I am not sure that it happens or not but there is a workaround if you have that issue. Try this - 1. After you SaveasPDF you have the filepath. 2. Create a blob variable and using outstream write the PDF output in the blob variable. 3. Then Using Blob.Hasvalue u can identify that the PDF have some pritable output or not. 4. If Hasvalue returns true that means pdf is not blank. ** Refer Codeunit 449 for how to save in Blob.
↧