|
We are opening a customer's PDF file and the scale is 1/10th what they are writing from Illustrator. According to this blog post Illustrator writes the comment "%AI24_LargeCanvasScale: 10" when the user enables "large canvas mode". Is there any way to check for this comment when I open the document in PDFSharp? (Or is this already supported in 6.2? We're still using 1.50.) |
Answered by
TH-Soft
Mar 23, 2026
Replies: 1 comment
|
PDFsharp does not do anything with comments in PDF files beside the first comment that indicates the PDF version. The blog post you linked shows how to read comments from PDF. |
0 replies
Answer selected by
SSteve
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PDFsharp does not do anything with comments in PDF files beside the first comment that indicates the PDF version.
The blog post you linked shows how to read comments from PDF.