Welcome Guest Search | Active Topics | Sign In | Register

View a PDF.Document in Viewer Options
Bernhard Queißer
Posted: Friday, August 6, 2021 4:48:58 AM
Rank: Newbie
Groups: Member

Joined: 8/6/2021
Posts: 5

This example from the EO.PDF help shows the use of a PDF where the fields are filled in beforehand and then the document is saved:


Sample:
PdfDocument doc = new PdfDocument("c:\\registration.pdf");

//Get the First_Name field
PdfField field = doc.Fields["First_Name"];

//Set the field value
field.Value = "John";

//Save it back
doc.Save("c:\\registration.pdf");


My Question!! How can I first display the document in the viewer and read out the input of the fields ????
eo_support
Posted: Friday, August 6, 2021 1:43:54 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

You won't be able to read or set the value when the PdfDocument is in the viewer. This is not yet supported. Hopefully we will be able to support it in the future.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.