[iText-questions] iTextSharp Class to Create PDF files

2014-01-22 Thread Hugh McLaughlin
Hello everyone and thanks for your help in advance. I want to create a vb.net class that uses iTextSharp to create the PDF, then return it to the calling application, that in turn can either save it to a file or write it to a browser. I have tried several ideas to do this without success. For ex

[iText-questions] HTML to PDF Conversion Problem

2012-07-12 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I amusing iTextSharp and xmlworker to convert HTML to PDF. I have working code that converts some basic HTML to PDF successfully, however, when I attempted to convert a particular HTML block in, it only generates a blank PDF. I have attached th

[iText-questions] HTML to PDF with XMLWorker

2012-06-20 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am trying to convert a simple HTML file to PDF using iTextSharp xmlworker. Below is the code. However, when open the PDF file, I receive an error message the file could not be opened and it is damaged. Here is my code. Any help would be grea

Re: [iText-questions] Need Help!!! iTextSharpHTML to PDF

2012-05-22 Thread Hugh McLaughlin
Thanks Attila, Unless I'm mistaken, there really isn't a C# working example here. For example, the documentation shows the formation of the HTMLPipeline as such: Dim HtmlContext As HtmlPipelineContext = New HtmlPipelineContext However, when I use this code snippet, Intellisense in VS 2010 call

[iText-questions] Need Help!!! iTextSharpHTML to PDF

2012-05-21 Thread Hugh McLaughlin
Hello Everyone, Does anyone have a working example of iTextSharp XMLWorker 1.1.3? I've been beating my head against the wall for several days trying to get C# version working without success. Plenty of java documentation but can't get it right with C#. Would appreciate any help. Thanks. -

Re: [iText-questions] HTML to PDF

2012-05-18 Thread Hugh McLaughlin
The New HTMLPipelineContext()is looking for an argument CssAppliers. From: Alexis Pigeon [mailto:pigeon.ale...@gmail.com] Sent: Thursday, May 17, 2012 6:24 PM To: Post all your questions about iText here Subject: Re: [iText-questions] HTML to PDF Hi Hugh, On 17 May 2012 23:47, Hugh

Re: [iText-questions] HTML to PDF

2012-05-17 Thread Hugh McLaughlin
On 16/05/2012 23:13, Hugh McLaughlin wrote: Hello Everyone and thanks for your help in advance. I am using iTextSharp 5.1.2.0 and want to convert HTML to PDF. I am going through the documentation and numerous posts. I attempted to utilize the HTML parser without success. It appears the s

[iText-questions] HTML to PDF

2012-05-16 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am using iTextSharp 5.1.2.0 and want to convert HTML to PDF. I am going through the documentation and numerous posts. I attempted to utilize the HTML parser without success. It appears the solution is very dependent on the version of iTextSh

Re: [iText-questions] Aligning Text with Line Breaks

2012-03-30 Thread Hugh McLaughlin
-questions] Aligning Text with Line Breaks On 30/03/2012 20:59, Hugh McLaughlin wrote: What I meant by calculation is that the example found here: http://www.devshed.com/c/a/Java/Adding-Columns-With-iTextSharp/ Calculate the urx and ury corrodinates rather than specifying absolute positions

Re: [iText-questions] Aligning Text with Line Breaks

2012-03-30 Thread Hugh McLaughlin
out iText here Subject: Re: [iText-questions] Aligning Text with Line Breaks On 30/03/2012 19:30, Hugh McLaughlin wrote: If I may ask one more question, I am confused regarding the specification of the coordinates for the SetSimpleColumn. If you have an A4 page, it measures 595 x 842 poin

Re: [iText-questions] Aligning Text with Line Breaks

2012-03-30 Thread Hugh McLaughlin
Line Breaks On 29/03/2012 21:55, Hugh McLaughlin wrote: cb.ShowTextAligned(PdfContentByte.ALIGN_LEFT, PatientHeader, 50, 600, 0) However, the text prints only in one line. Of course: you're using the ShowTextAligned method. As documented, this method puts everything on one line. P

[iText-questions] Aligning Text with Line Breaks

2012-03-29 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am trying to left align three lines of text using iTextSharp but am running into problems. Here is my code: Dim cb As PdfContentByte = writer.DirectContent Dim PatientHeader As String = _PatientName & Environment.Ne

Re: [iText-questions] Insert Google Map in PDF

2012-01-17 Thread Hugh McLaughlin
that uses the Google Maps API for display and then embed that SWF into the PDF. From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Tuesday, January 17, 2012 11:30 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Insert Google Map in PDF Preferably dy

Re: [iText-questions] Insert Google Map in PDF

2012-01-17 Thread Hugh McLaughlin
Preferably dynamic. From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Tuesday, January 17, 2012 1:09 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Insert Google Map in PDF Do you mean a static map or a dynamic one? Leonard From: Hugh

[iText-questions] Insert Google Map in PDF

2012-01-17 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. Does anyone know if or how a Google Map can be dynamically inserted into a PDF document using iTextSharp? Any help would be appreciated. -- Keep Your Developer S

Re: [iText-questions] Error Converting fax TIF to PDF

2011-12-21 Thread Hugh McLaughlin
tiff. It may be an yet unknown bug but I would have to see the tiff. Paulo - Original Message - From: Hugh McLaughlin <mailto:h...@kmcnetwork.com> To: itext-questions@lists.sourceforge.net Sent: Wednesday, December 21, 2011 5:56 PM S

[iText-questions] Error Converting fax TIF to PDF

2011-12-21 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am working on an application that watches for incoming faxes on Microsoft fax (Windows 2003 server). The inbound fax is written to a folder and I am using the FileSystemWatcher to watch for newly written TIF files to convert to PDF. From ther

Re: [iText-questions] Antwort: Re: Antwort: Re: Converting Fax Tiff toPDF

2011-12-14 Thread Hugh McLaughlin
Else *** Best regards Benjamin Von:Keith O An:Post all your questions about iText here Datum:14.12.2011 16:42 Betreff:Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF On Wed, Dec 14, 2011 at 3:59 PM,

Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF

2011-12-14 Thread Hugh McLaughlin
c 14, 2011 at 2:20 PM, Hugh McLaughlin wrote: > Yeah, it looks like it.  So any idea where I'm jumping the track on my Vb.Net >  and iTextSharp implementation? Since this seems to be a problem with a C# => vb.net conversion, send me an attachment with what you have. But please onl

Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF

2011-12-14 Thread Hugh McLaughlin
t: Re: [iText-questions] Antwort: Re: Converting Fax Tiff to PDF On Wed, Dec 14, 2011 at 2:57 AM, Hugh McLaughlin wrote: > Thanks for the response.  I tried changing over to Vb.Net which is > what I am using in this project. However it is still not scaling > correctly.  Attached is th

Re: [iText-questions] Converting Fax Tiff to PDF

2011-12-12 Thread Hugh McLaughlin
Image with the right X and Y dpi information. Paulo ____ From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Monday, December 12, 2011 5:33 PM To: Post all your questions about iText here Subject:

Re: [iText-questions] Converting Fax Tiff to PDF

2011-12-12 Thread Hugh McLaughlin
questions about iText here Subject: Re: [iText-questions] Converting Fax Tiff to PDF Load the image directly from the tiff or you'll lose the dpi information. Paulo From: Hugh McLaughlin [mailto:h...@kmcnetwork.com]

Re: [iText-questions] Converting Fax Tiff to PDF

2011-12-12 Thread Hugh McLaughlin
you'll lose the dpi information. Paulo From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Monday, December 12, 2011 5:15 PM To: itext-questions@lists.sourceforge.net Subject: [iText-ques

[iText-questions] Converting Fax Tiff to PDF

2011-12-12 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am developing an application with iTextSharp to transform inbound faxes to PDF files. However, when converted to PDF files, some of the faxes do not display properly, for example they appear shortened on the page and out of correct resolution.

[iText-questions] Changing Page Rotation

2011-10-17 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am building an application that generates a PDF from a database. I need to be able to change the rotation of the pages back and forth. I see documentation on setting the initial orientation on when the document is instantiated and also when

Re: [iText-questions] Autofitting Table cells

2011-10-17 Thread Hugh McLaughlin
u could do: Dim cell As PdfPCell = New PdfPCell(New Phrase("Report\nDate", georgiablack)) Not sure about #1 Jason From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Monday, October 17, 2011 12:18 PM To: itext-questions@lists.sourceforge.net Subject: [iText-qu

[iText-questions] Autofitting Table cells

2011-10-17 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am new to iTextSharp and am creating an application that utilizes tables. I would like to accomplish two things that I can't seem to find clearly addressed in the documentation: 1.Resize the columns based on text inside the columns

Re: [iText-questions] Subject: Inserting external PDF documents

2011-10-17 Thread Hugh McLaughlin
Thanks for the response. Once I figured out how to create the document in memory, I passed it from subroutine to subroutine. I appreciate the help. From: McGee, Edwin F. Sr. [mailto:edwin.f.mcgee...@saic.com] Sent: Friday, October 14, 2011 10:04 AM To: itext-questions@lists.sourceforge.ne

[iText-questions] Inserting external PDF documents

2011-10-13 Thread Hugh McLaughlin
Hello all, I am new to iTextSharp and need some help. I have an application that utilizes iTextSharp to create a PDF document from a database using tables. What I want to accomplish is that once the document is created, I then want to insert some additional existing PDF documents into this do

[iText-questions] HTML to PDF

2011-09-25 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am new to iText and am currently using VB.Net to code the application. I am in need of converting HTML pages to PDF and could really use some CSS support as well. I have tried using the HTML to PDF wrapper found at http://hugoware.net/blog/it