Tagged Questions
0
votes
0answers
16 views
Invalid nested tag head found
I'm trying to convert a webpage to PDF using VB.NET and iTextSharp. I tried so many different examples and nothing seems to be working (for me at least). This is the closest I got, but the ...
0
votes
1answer
44 views
itextsharp colspan formating issues
i was trying to create ItextSharp Table
the table format is driving me crazy
here is the code i have its very simple so far
Dim objTable As PdfPTable = New PdfPTable(3)
objTable.AddCell("1")
...
0
votes
0answers
21 views
Export file to PDF [duplicate]
I'm using iTextSharp component for VB 2010. I am importing image files and office files from the user and converting the imported file into a byteArray. How do I use iTextSharp to export the scanned ...
0
votes
1answer
111 views
iTextSharp copy document, resize to custom size, and center
I've been struggling with this for awhile so thought I would post this for any gurus who might be able to knock out a solution.
I have a PDF document that I'd like to copy and when I copy it I would ...
0
votes
1answer
165 views
Tagged Pdf value from Adobe's document properties using iTextSharp
In Adobe when we press ctrl+d it shows properties of the pdf. From that Document properties how to get taggedpdf value using iTextSharp?
0
votes
1answer
186 views
itextsharp merge resizes and unrotates pdf
I'm trying to merge pdf files using itextsharp.
The problem 'm getting its that any cropping or rotating I've applied to the individual files before the merge is somehow ignored. All original files ...
0
votes
1answer
154 views
How to refresh Formatting on Non-Calculated field and refresh Calculated fields in Fillable PDF form
I have a PDF Template file that I am trying to populate with contents of "MyDocument". All the fields populate fine but the problem is that the "Calculated" fields in my PDF are not refreshed nor is ...
1
vote
0answers
132 views
set default name to PDF document with itextsharp
i am sending a PDF to my page and i want to set a default name when the user tries to save the PDF document.
i am using ItextSharp and VB.Net
Using s As MemoryStream = New MemoryStream()
Dim ...
0
votes
1answer
70 views
Set image to Itextsharp.text.cell throws an error
I have an issue when i set the image to the cell
Dim CellAux As PdfPCell
CellAux = New PdfPCell(Image.GetInstance("../../Common/Images/image_logo.gif"))
and throws the next error: cant find path ...
0
votes
0answers
218 views
itextsharp PdfTextExtractor.GetTextFromPage throws null exception
I'm new to iTextSharp. I am trying to extract text from a PDF using coordinates. I've ported the following code to vb.net from numerous C# examples. Unfortunately, it throws a null pointer exception ...
0
votes
1answer
367 views
ITextSharp include all pages from the input file
I used the following code by using itextsharp library to add text to a pdf.(got the code from link ITextSharp insert text to an existing pdf
Dim reader As New PdfReader(oldFile)
Dim size As ...
0
votes
0answers
164 views
VB 2008 COM for PDF to image & then show in picturebox
i am newbie @ programming.. please help :'(
Objectives:
PDF reader but WITHOUT INSTALLING Adobe/Foxit/etc..
Using COM similar to http://www.youtube.com/watch?v=JeA9LEP5qWM but
WITHOUT INSTALLING ...
1
vote
0answers
575 views
Create Table of Contents using iTextSharp
I'm working on some code that I can't make it work.
I have a program that takes multiple pdf's and merges them into one file. Now I need to create a table of contents on the first page. You can see ...
0
votes
1answer
743 views
How do I add table to existing pdf using iTextSharp
I'm developing an app to merging pdf documents into one document using itextsharp. I've gotten the single pdf created.
Now I have to create a table and add it to the first page.
Unfortunately this ...
1
vote
3answers
790 views
How Can I make my PDF exactly fit within 4x6 inches? currently It is printing in regular A4 document
I am creating Shipping Label using iTextSharp.
What I am doing is Creating a Label in PDF so I can format it in any way I want and then send it to my THERMAL PRINTER.
My problem is, My labels are ...
1
vote
2answers
513 views
Replace string in pdf file using itextsharp
How to replace string like #name# in a pdf file using itextsharp library, I explored it but I could not find any solution.
-1
votes
1answer
177 views
iTextSharp check RadioGroup field
I have a PDF with radiogroup field and I want to select programmatically a radio within that radiogroup.
Ayone can help please.
Thanks
2
votes
1answer
146 views
Move Cursor or Insertion Point To A Specific Page?
Just started using iTextSharp a week ago - you would think some things would be obvious but apparently not.
I would like to create a PDF report structure (i.e., lines, images and static text) in ...
2
votes
1answer
91 views
Separating redundant code from pdf generator function
This is a vb.net app that uses the itextsharp library. What I am running in to is the following code is becoming awfully redundant which in my opinion is not a clean way to do things. But I can not ...
0
votes
0answers
385 views
Including CSS file in pdf using itextsharp
I am making a pdf file using iTextSharp.
However, the external CSS that is linked in the source HTML does not shown in the PDF.
How can I include the external css file so iTextSharp renders ...
-2
votes
1answer
234 views
Applying css when converting html to pdf
I am having problem with my code while converting html to pdf. The css is not applied even when i am using
StyleSheet.LoadStyle("class_name", "font-size", "24px")
and then passing to this
Dim ...
0
votes
0answers
105 views
iTextSharp Null Reference to Object in API
My project is using an old version of itextSharp that still has Word, PDF, and HTML output capabilities. Has anyone ever had an issue with the API throwing a null reference error for some output types ...
0
votes
3answers
457 views
Save PDF to DISC
Following Code streams PDF file to the Browser, however I want to SAVE it to the disk (c:\myfile.pdf)...
Dim FilePath As String = Server.MapPath("/docs/templates/page_1_cover.pdf")
Dim reader As New ...
0
votes
1answer
282 views
Populating PDF form fields and keeping the PDF file editable
I have a PDF file which contains a series of blank form fields. In code using iTextSharp.Net I populate some of the fields with various text. There are some fields which remain empty for editing ...
1
vote
1answer
350 views
Open a PDF document and add bookmarks to it
I would like to open a PDF document and add to it some bookmarks.
I have the titles for the bookmarks, and the page numbers associated with them (clicking
on a bookmark will go to a specified page in ...
0
votes
2answers
834 views
How can i add a PDF to another in iTextSharp?
I have looked everywhere for this but cant find the answer that works. I have 2 input PDF's (only ever 2).
I want to add PDF2 to the bottom of PDF1 (new page) and then output both as PDF3.
Can ...
1
vote
1answer
176 views
Wrongly resolving references
I'm trying to implement generating PDF using a library iTextSharp to an old project we have at the company, everything is working great, except for when adding the Imports to a form that is using ...
0
votes
1answer
215 views
PdfPtable Shrink to Page
I am currently working with a PdfPtable and everything is fine so far - but I have one annoying problem: sometimes a table is higher than a page, the PDFPtable then breaks and some rows are on the ...
0
votes
1answer
206 views
How to check metadata exist or not before reading by iTextsharp
my application will need to read the metadata (e.g. author, keywords, etc.) of the pdf file.
my function is as follows:
Public Sub ReadPDF(PdfFileName As String)
Dim reader As PdfReader = New ...
2
votes
4answers
3k views
How can I convert image url to system.drawing.image
I'm using VB.Net I have an url of an image, let's say http://localhost/image.gif
I need to create a System.Drawing.Image object from that file.
Notice save this to a file and then open it is not one ...
0
votes
1answer
506 views
Convert a gridview templatefield to pdf iTextSharp
I have a GridView which is programatically filled from the DB (not a SqlDataSource or such). There are 4 columns which are TemplateFields as I format their text. They are Dates and Times and this is ...
0
votes
1answer
1k views
Gridview Templatefield to PDF using iTextSharp
I have a gridview which I'm converting to a PDF with iTextSharp. I've been following along with the method in this post.
Since I'm using VB.net I've changed all the C# code over but I've been having ...
2
votes
0answers
527 views
Populating PDF Form using iTextSharp and Unicode characters
I have the following:
A PDF Form created with Adobe Acrobat X (all fields use Helvetica & Helvetica Bold)
A VB.NET project where I try to populate the PDF and then flatten it
What happens it ...
0
votes
2answers
1k views
PDF File is damaged and cannot be repaired when moving memory stream to filestream
I am using iTextSharp with VB.Net to stamp images onto PDF documents. (Since this is not language specific I tagged for C#, too.) I have two applications using the process.
The first uses the ...
1
vote
0answers
276 views
Adding PDF as page to PDF
I'm working on an online bookstore. Obviously when something is bought we send out an invoice. I have a default template that is used to put all the information in (customer data) and of course the ...
1
vote
1answer
312 views
VB.net itextsharp attachment
i am trying to send PDF file using itextsharp , the email sends fine but with out the pdf attachment
can some tell me what is wrong with my code ?
here is my code :
Dim pdfFile As MemoryStream = New ...
1
vote
0answers
152 views
How to add append Images and Footer Information with absolute positioning to all generate pages in a Itextsharp Pdf Document
I'm creating a pdf document with Itextsharp in VB.net and depending in the information retrieved from the database it generate a document with several pages to fit the amount of data, also I have ...
3
votes
2answers
945 views
iTextSharp HTML to PDF Conversion
I have converted an HTML sting into a PDF document using iTextSharp in VB.Net; however, the style tags are not being applied to the PDF document. The HTML string is supplied by an outside source so I ...
0
votes
1answer
2k views
Setting the background color of a contentbyte itextsharp
MVC3 VB.NET application using Itextsharp. I have a section of code that generates a pdf file everything looks great but I would like to alternate the line colors in that pdf file between 2 color so ...
1
vote
1answer
702 views
Displaying a bar code with iTextSharp using Chris Love's Barcode Handler (2 part)
I have a situation where I need to create a number of barcodes as images on a page from a set of UPCs from a database.
Additionally, I also want to be able to produce barcodes which can print as ...
0
votes
1answer
1k views
iTextSharp Adding Background Color to Watermark Text
I am adding watermark text to PDFs in a class library I have created. The code I posted below works fine, however the watermark is sometimes difficult to read because it overlays with content on the ...
0
votes
1answer
1k views
Putting several images next to each other in a pdfcell with itextsharp
I'm using itextsharp with a aspmvc project to create PDF versions of some of my pages. I have a very basic parser which takes simple html (plus some style info supplied seperately) and creates a pdf. ...
0
votes
1answer
936 views
Export to pdf in asp.net + vb.net using itextsharp
I am trying to export gridview(HTML Based) to a pdf in asp.net+vb.net(backend). When I click on the Export to PDF button the download window shows, but when you click on open Adobe reader will open ...
1
vote
1answer
720 views
Image appearing larger than actual size in PDF
I have the following barcode image:
I'm using the following iTextSharp VB.NET script to generate a PDF document containing this barcode:
Dim pdfDocument As iTextSharp.text.Document = Nothing
Dim ...
0
votes
2answers
1k views
Splitting a string based on a set length of characters
MVC 3. Vb.net. Part of my app generates PDF files using Itextsharp. Some strings are too long to go onto the background image correctly. So I basically need to split this string when its over 26 ...
0
votes
0answers
1k views
How to absolute position the image in existing pdf using itextsharp
Here is the code I have so far:
Imports iTextSharp.text
Imports iTextSharp.text.pdf
Imports System.IO
Module Module1
Sub Main()
AddjImage("C:\test.png", "c:\pdfTemplate.pdf", ...
1
vote
2answers
358 views
Creating a 2 page PDF with a different background image on the second page
I am trying to use itextsharp to take dynamic information and generate a PDF with it.. The PDF's use a background Image on each page which is different and the text content is positioned where it ...
1
vote
3answers
3k views
iTextSharp HTML to PDF preserving spaces
I am using the FreeTextBox.dll to get user input, and storing that information in HTML format in the database. A samle of the user's input is the below:
...
0
votes
1answer
348 views
iTextSharp hides text when write
All
I am inserting text in existing PDF file using iTextSharp Library, some times if any image in the position where i writing text in PDF page, it keep hides the written text, how to write text on ...
0
votes
2answers
287 views
iText paragraph limit
I've to print text to a PDF file. This text must not exceed a width, like a textbox where the text wraps. I'm using iText with Visual Basic .NET.

