I want to log PDF files used to print, so I did this after creating 1.pdf :
Original (1.pdf) is 21.91 KB
Copy (Print-1560764371069.pdf) is 39.13 KB
Both seem to be valid pdf documents.
Is there any reason to that size difference ?
B4X:
If File.Exists(File.DirInternal, "1.pdf") = True Then
File.Copy(File.DirInternal,"1.pdf",File.DirDefaultExternal,"Print-" & DateTime.Now & ".pdf")
End If
Original (1.pdf) is 21.91 KB
Copy (Print-1560764371069.pdf) is 39.13 KB
Both seem to be valid pdf documents.
Is there any reason to that size difference ?