Tagged Questions
0
votes
1answer
178 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
151 views
Merge two pdf memorystreams from PDFStampers into one memorystream w/ 2 pages
This is my first experience with ITextSharp, and so far has been quite successful, except for one task.I have created two VB.Net classes, each which successfully returns a valid memorystream ...
0
votes
1answer
359 views
iTextSharp pdf merge spool issue
I have a program that takes several pdfs (even 1000+) and merge them in a single pdf.
The program works perfectly, but I faced a spool error.
If I open the merged pdf with Acrobat and print it, ...
0
votes
2answers
1k views
Edit DirectContent of iTextSharp PdfSmartCopy class
At my work sometimes I have to merge from few to few hundreds pdf files. All the time I've been using Writer and ImportedPages classes. But when I have merged all files into one, file size becomes ...
0
votes
2answers
619 views
Pdf Merge Issue in ItextSharp (After Merging Pdfs don't retain their Values)
We are trying to merge three PDFs using ITextSharp. The problem is after merging we are able to get Data from the first PDF only, while the other two PDFs don't retain their values.
All these PDFs ...
3
votes
2answers
2k views
Merge memorystreams to one itext document
I have four MemoryStreams of data that I want to merge and then open the pdfDocument, without creating a single file.
It's possible to write them down to files and then merge them but that would be ...
1
vote
2answers
579 views
iTextSharp merge and preserve plugins
I have a PDF that has a plugin control on one page. I need to merge it with another pdf but when I do, the plugin is redendered as a blank rectangle. Is there a way to merge and preserve the plugin ...
4
votes
1answer
9k views
Merging multiple PDFs using iTextSharp in c#.net
Well i'm trying to merge multiple PDFs in to one.
I gives no errors while compiling. I tried to merge the docs first but that went wrong because I'm working with tables.
This is the asp.net ...
3
votes
1answer
1k views
How to get the value of a merged cell?
I am working on a project which has to make pdf report from couple of Excel files. The files should look like this: http://img194.imageshack.us/i/24766860.jpg/ and the pdf should look like this: ...
10
votes
3answers
14k views
Merging PDFs with ITextSharp
What is the optimum way to merge 2 PDF files with ITextSharp in C#? I'm using ASP.NET/.NET3.5.