1) I'd like to remove a page or change the orientation of a PDF file.
I did it for a tiff file with those functions :
TiffCreateMultiPageFromFile
GetNativeImage
RotateAngle
GetCurrentPage
TiffDeletePage
TiffSaveMultiPageToFile
But I haven't found the same functions for PDF files.
2) When i create a tiff with "TiffCreateMultiPageFromFile", "GetNativeImage" and "TiffSaveMultiPageToFile", the document has a bigger size than before.
I don't understand because i used "2" as compression parameter.
Thanks in advance
