I have to convert dwg files to pdf in a batch mode, but it seems the paper size is restricted upto A3. Is there any option to increase the paper size.
Pratap
Best answer by david_r
Here is a screenshot that shows where to input the point sizes:
This creates a paper size of A2.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
You can select preset page sizes for common paper sizes or specify the page size in PostScript points in the format <width> <height> For example, 612 792 is a letter-sized page.
A PostScript point is 0.35278 mm, so it should be easy to adapt the width and height to any paper size with some simple calculations. There is also a handy little reference here.
You can select preset page sizes for common paper sizes or specify the page size in PostScript points in the format <width> <height> For example, 612 792 is a letter-sized page.
A PostScript point is 0.35278 mm, so it should be easy to adapt the width and height to any paper size with some simple calculations. There is also a handy little reference here.