Re: [Podofo-users] How to set the opening view of a PDF document

2013-11-25 Thread Leonard Rosenthol
olmga...@hotmail.com>> Date: Monday, November 25, 2013 9:06 AM To: Palmer Zent mailto:palmerz...@gmail.com>> Cc: "podofo-us...@lists.sf.net<mailto:podofo-us...@lists.sf.net>" mailto:podofo-us...@lists.sf.net>> Subject: Re: [Podofo-users] How to set the opening vie

Re: [Podofo-users] How to set the opening view of a PDF document

2013-11-25 Thread Malcolm Gates
Unfortunately, no combination of these two calls has the PDF document open at “Actual size” (100%). Instead, Adobe Reader always opens such documents at "Fit Width". And the zoom preference in my Adobe Reader is set to "Automatic". Subject: Re: [Podofo-users] How to set

Re: [Podofo-users] How to set the opening view of a PDF document

2013-11-23 Thread Palmer Zent
pdf->SetFitWindow(); To work correctly, it may also require pdf->SetCenterWindow();. Palmer Zent On Nov 22, 2013, at 7:28 PM, Malcolm Gates wrote: > In PoDoFo, how does one specify the zoom (magnification) factor? > > I would like to set a PDF document to always open at “Actual size” (100%).

[Podofo-users] How to set the opening view of a PDF document

2013-11-22 Thread Malcolm Gates
In PoDoFo, how does one specify the zoom (magnification) factor? I would like to set a PDF document to always open at “Actual size” (100%). Is this possible with PoDoFo? I know this can be set in a PDF reader, but I want the PDF document itself to be configured this way. Thanks,