-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can I set the output size to 100% instead of the default "Small increase in output size." #6
Comments
The output canvas is always at 100% of the original size. The "small increase in output size" refers to the file size. I'll clarify this. |
I just tested a A3 pdf and the output is much larger. I crosstested it with Adobe PDF reader and the output is exact the same size, |
The A3 PDF is printed over 6 A4 Pages (which is fine). I can send you the PDF if you want. Or a picture with measurements. |
Yes please send both the original and the tiled one. |
Here they are: |
The output is what I expect. Perhaps the point of confusion is that the tiles are not in fact A4 sized. This is because the output size you set is the maximum size, and not the exact size. pdftilecut tries to make all tiles the same size, while ensuring each tile is under the output size you specify, but as large as possible. Does this clarify why the output is the way it is? |
Also note that each tile has a margin which in addition to the content, must fit inside the output size you specify. |
OK, I can't print this right now, but looking at the page sizes as reported by my PDF viewer, this is what I see:
Each tile has exactly a 1 inch border. There are 3 tiles across and 2 tiles down. So let's do the math:
So they're off by 0.01 inch and that's just rounding error. The only thing I can think of is that your print settings aren't exactly right and the pages are being stretched before printing. |
|
One more thing: the cutting marks are exactly at 2x2.54cm? And you can roughly see that the glued part in the picture is about 3cm? So the print settings seem to be at scale: 100%. I think the print settings are ok and I will have a look in to the "streched before printing" thing. |
Yep. Bleed margin is 5/6" and trim margin is 1/6", total of 1 inch margin around the page. |
I just want to output the original size of my A3 drawing tiled over several A4 pages. Is this possible? I didnt find your SmallIncreaseInOutputSize variable ;D
The text was updated successfully, but these errors were encountered: