Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I set the output size to 100% instead of the default "Small increase in output size." #6

Closed
rafo opened this issue Jul 9, 2020 · 12 comments

Comments

@rafo
Copy link

rafo commented Jul 9, 2020

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

@oxplot
Copy link
Owner

oxplot commented Jul 9, 2020

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 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.

@oxplot oxplot closed this as completed Jul 9, 2020
@rafo
Copy link
Author

rafo commented Jul 9, 2020

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,

@rafo
Copy link
Author

rafo commented Jul 9, 2020

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.

@oxplot oxplot reopened this Jul 9, 2020
@oxplot
Copy link
Owner

oxplot commented Jul 9, 2020

I can send you the PDF if you want.

Yes please send both the original and the tiled one.

@rafo
Copy link
Author

rafo commented Jul 9, 2020

Here they are:
Anna_v4_tile.pdf
Anna_v4.pdf

@oxplot
Copy link
Owner

oxplot commented Jul 9, 2020

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?

@oxplot
Copy link
Owner

oxplot commented Jul 9, 2020

Also note that each tile has a margin which in addition to the content, must fit inside the output size you specify.

@rafo
Copy link
Author

rafo commented Jul 9, 2020

So to be clear: I simply run "-tile-size A4" Then I cut at the cuting marks and glued the pages together. The result is not 390mm but more than 400mm. See picture:
IMG_0536

I was thinking that original "content" in the PDF container is splited over n A4 files, with the same size, but with proper printer margins and cut-marks.

@oxplot
Copy link
Owner

oxplot commented Jul 9, 2020

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:

  • Page size of the original PDF: A3, Landscape (16.54 × 11.69 inch)
  • Page size of each tile is: 7.51 × 7.85 inch

Each tile has exactly a 1 inch border. There are 3 tiles across and 2 tiles down. So let's do the math:

  • Total content width of tiles across = (7.51 - 2) * 3 = 16.53
  • Total content height of tiles down = (7.85 - 2) * 2 = 11.7

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.

@rafo
Copy link
Author

rafo commented Jul 9, 2020

  • Print settings: I think they are ok. I tested several pdfs. And rechecked the settings everytime.
  • I will try to recreate the pdf (Its an simple Export from Autodesk Fusion 360 but I dont know if something happend with that pdf inbetween)

@rafo
Copy link
Author

rafo commented Jul 9, 2020

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.

@oxplot
Copy link
Owner

oxplot commented Jul 9, 2020

the cutting marks are exactly at 2x2.54cm?

Yep. Bleed margin is 5/6" and trim margin is 1/6", total of 1 inch margin around the page.

@oxplot oxplot closed this as completed Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants