<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Nov 2015 23:21:00 Z</lastBuildDate><pubDate>23 Nov 2015 10:38:00 Z</pubDate><description>Hello to all&#13;
&#13;
Follow my previous post on how to retrieve form fields values from a pdf file, after few attempts and researches on the web, i found a little example written in vb that is using an iTextSharp.dll library.&#13;
I have been able to load the "iTextSharp.dll" library as a .Net assembly into Windev and it shows me all the properties and methods, but i have some troubles on its use.&#13;
&#13;
This is the original Vb portion of code that i would convert in Windev.&#13;
&#13;
Imports iTextSharp.text.pdf Public Function GetFormData(ByVal sourcePdf as string) as Dictionary(Of String, String) Dim frmData As New Dictionary(Of String, String) Try 'Open the pdf using pdfreader Dim reader As New PdfReader(sourcePdf) 'Get the form from pdf Dim frm as AcroFields = reader.AcroFields 'get the fields from the form Dim fields As System.Collections.Hashtable = frm.Fields 'Extract the data from the fields Dim data As String = String.Empty For Each key As String In fields.Keys data = frm.GetField(key) frmData.Add(key, data) Next reader.Close () Catch ex As Exception Debug.Write(ex.Message) End Try Return frmData End Function&#13;
Thanks in advance.&#13;
Gianni</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control/read.awp</link><title>How to use iTextSharp control</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55159/read.awp</comments><pubDate>26 Nov 2015 23:21:00 Z</pubDate><description>Hi,&#13;
&#13;
I'm not saying give your hard work away, just outline the technique, but it's good that you outlined your requirements - …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55159/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55159/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control/read.awp">How to use iTextSharp control</source><title>Re: How to use iTextSharp control ***S O L V E D ***</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55158/read.awp</comments><pubDate>26 Nov 2015 22:29:00 Z</pubDate><description>Hello Darren&#13;
&#13;
Thank you. Yes, it could be a good idea to post the solution on the specific area of the forum.&#13;
&#13;
The idea come…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55158/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55158/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control/read.awp">How to use iTextSharp control</source><title>Re: How to use iTextSharp control ***S O L V E D ***</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55157/read.awp</comments><pubDate>26 Nov 2015 17:45:00 Z</pubDate><description>Gianni,&#13;
&#13;
That's great - maybe this would benefit from being added to the "solutions" area of the forum? :cheers:</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55157/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55157/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control/read.awp">How to use iTextSharp control</source><title>Re: How to use iTextSharp control ****S O L V E D ***</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55156/read.awp</comments><pubDate>26 Nov 2015 16:13:00 Z</pubDate><description>Hello to all&#13;
&#13;
After few days of researches and testing, i have been able to read form fields data from a fillable Pdf file.&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55156/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control-55156/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55087-how-use-itextsharp-control/read.awp">How to use iTextSharp control</source><title>Re: How to use iTextSharp control ****S O L V E D ***</title></item></channel></rss>
