Hi
I m evaluating the new feature ResizeContents of Aspose PDF PdfFileEditor Class and noted the following:
- it seems that the Top and Bottom margins are inverted in the final result. I mean if I set the top to i.e. 200pt then the page is resized with the 200pt on the bottom. Is it a bug?
- If I have a source of more than 1 page, I noted that I must not specify the int array of all pages for the method parameter but passing null instead. By doing that the only 4 initial pages are resized and the rest remains unaltered. Is that caused by the evaluation licence? How to convert all pages at once?
- If I have a source of 1 page then I must specify the int array as “new [] {1}”. If I pass null as for multipages documents the result is a dirty pdf unreadable in the Acrobat reader. Is it correct?
We already have a licence (Total) for using Aspose PDF older version and we are evaluating to use the new version features.
Can anyone help me? I appreciate any suggestion.
Thank you
vmax