I can create a PDF in my C++ app using PdfStreamedDocument
object with no issue. I can also see that it has a function to check and see if the document is Linearized (web optimized). But I cannot find how to force the document that I'm creating to be web optimized (there is no SetLinearized function).
So how can I force the document that I'm creating Using CreatePage
and draw text and image into each page useing PoDoFo::PdfPainter
to be "web optimized" (IsLinearized
should return true)?
Thank you
Asked
Active
Viewed 31 times
0

Sam
- 2,473
- 3
- 18
- 29
-
AFAIK `IsLinearized()` isnt even a method anymore – Hatted Rooster Aug 25 '23 at 21:13