You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a page thumbnail and place it in a rectangle at last page in same pdf file.
So I use 'ModifyPDF', 'CreatePDFCopyingContextForModifiedFile', 'CreateFormXObjectFromPDFPage' to solve it.
But I found the file size is almost double size than original.
I think it maybe the page resource copy make it. Because the page include some image object.
Then it's copied when I using 'CreateFormXObjectFromPDFPage'.
How can I resolve it? Is it possible to reference it without copying?
P.S: Thanks for your great project!
The text was updated successfully, but these errors were encountered:
I want to make a page thumbnail and place it in a rectangle at last page in same pdf file.
So I use 'ModifyPDF', 'CreatePDFCopyingContextForModifiedFile', 'CreateFormXObjectFromPDFPage' to solve it.
But I found the file size is almost double size than original.
I think it maybe the page resource copy make it. Because the page include some image object.
Then it's copied when I using 'CreateFormXObjectFromPDFPage'.
How can I resolve it? Is it possible to reference it without copying?
P.S: Thanks for your great project!
The text was updated successfully, but these errors were encountered: