Hi,
When using the new SaveNativePDFToBlob function in PowerBuilder MR3 I noticed an emf-file is written to a subdirectory in, in my case, 'C:\Users\aart.onkenhout\AppData\Local\Temp\~temp' and a log-file to 'C:\Users\aart.onkenhout\AppData\Local\Temp\Log\2018_08' (named daynumber.log, so eg. 15.log). The .emf-file is removed after the datawindow is saved to the blob, the subdirectory that was created for the specific .emf-file isn't deleted. As we have a process that will produce thousands of pdf blobs (and save them to the database) it will leave us with thousands of empty subdirectories. I noticed the log-files weren't deleted at all, so that will produce lots of log-files too.
Shoud I report this as a bug or is this by design?
Kind regards,
Aart Onkenhout
flexkids (The Netherlands).
So .. would It be possible to make this function "really" not use any file writing at all? I mean, someone with some knowledge about file headers and stuff should be able to do that? It doesn't seem impossible to me.
Thanks, MiguelL