In pdf-Xchange editor , we have the tool to re-size page to another page size. example resize format A0 to Tabloid size.
And we can choose orentation, re-scale, keep ratio and the content fit the new paper size.
Is this librairy has already this functionnality?
Is this librairy can know the actual page size?
example of code we want to acheive:
1- Read the current page size to know if larger then a 11x17 or tabloid
2- if yes, re-size the page to a 11x17 or tabloid by scale it, keep ratio
Our custom tool pdf merge a lot of PDF files of different drawing format but we want to print all of them on 11x17 and letter. Due plotter driver limitation, some page size cannot been uncheck and the selected page size does not represent the real paper in the printer.
We want to solve the problem at the source. Before to merge the big bundle, we want to re-size some drawing to a specify format.

In pdf-Xchange editor , we have the tool to re-size page to another page size. example resize format A0 to Tabloid size.
And we can choose orentation, re-scale, keep ratio and the content fit the new paper size.
Is this librairy has already this functionnality?
Is this librairy can know the actual page size?
example of code we want to acheive:
1- Read the current page size to know if larger then a 11x17 or tabloid
2- if yes, re-size the page to a 11x17 or tabloid by scale it, keep ratio
Our custom tool pdf merge a lot of PDF files of different drawing format but we want to print all of them on 11x17 and letter. Due plotter driver limitation, some page size cannot been uncheck and the selected page size does not represent the real paper in the printer.
We want to solve the problem at the source. Before to merge the big bundle, we want to re-size some drawing to a specify format.