Hello, i searching for methods or libarys to edit metadata of a pdf file like the programm becypdfmetaedit.
I want to write a program and i need this opton in this program.
Perhaps you have some samples for c#.
Thanks
...
Given a PDF, how can one get the layout mode of a PDF (or relative width/height) using a PHP lib or linux command line tool?
Using http://www.tecnick.com/public/code/cp%5Fdpage.php?aiocp%5Fdp=tcpdf which can set this variable on new PDFs, but for existing pdfs from adobe.
Thought of converting pdfs to ps, or using gs in some other way ...
So I have the following VB.NET code that creates a form field in a PDF using SyncFusion's Essential PDF module:
Dim pdfField As New Pdf.Interactive.PdfTextBoxField(pdfDoc.Pages(iPage), "txt1")
pdfField.Location = New PointF(50, 50)
pdfField.Size = New SizeF(100, 10)
pdfDoc.Form.Fields.Add(pdfField)
This works great except for one thin...
Looking at the QuartzDemo sample application, I love the speed of the PDF rending using quartz alone (that is, without using uiwebview). However, when I'm zooming in the PDF it doesn't seem to become more clear like it does in PDF view.
...
Hi all,
i successfully download the pdf file and it's working fine. But the problem is zooming . when i m zooming the clarity is not as clear as originally.
need help..
thanks in advance.
--- goeff.
...
I have a datatable containg address of users... I converted it to pdf using Itextsharp and now my requirement is i want to display one user's name,address in one column and another user's name and address in another column... In one row there must be two columns only how to do this using ItextSharp...
...
I've generated some PDFs with iTextSharp. I've had some end-users complain about compatibility issues.
Is there specific version that iTextSharp targets for PDF compatibility?
Trying to figure out what to do about this issue with some end-users not being about to view the PDFs.
Thanks in advance for your time.
...
So I am trying to batch convert a bunch of PDFs to JPEG files as part of a larger Applescript, and I'm finding that some of the parameters in "PDF Open Options" are ignored. Namely, the "height", "width" and "constrain proportions" parameters.
This code is lifted directly from the Photoshop CS3 Scripting Guide (with filename changed, of...
The title says it all.
...
Im trying to add a table to a document using iTextSharp. Here is an example:
Document document = new Document(PageSize.LETTER,72, 72, 72, 72);
PdfWriter writer = PdfWriter.GetInstance(document, new FileStream("C:\\test.pdf", FileMode.Create));
document.Open();
Table table = new Table ( 2, 1 );
table.Width = document.RightMargin - docum...
I have a pdf file which I want to open in a Windows Forms Application and perform following tasks-
View the pdf document
Zoom +/- document
Search Text
Highlight a specific text
Show it in a listbox/dropdown
select those words and highlight in pdf
Remove selection/Highlight.
I have tried using certain libraries like pdfSharp/iTextShar...
I maintain a website showing my university group's publications.
I have written a quick and dirty Ruby script to parse a CSV file containing this data (which I grab manually from ISI Web of Science website), and present it in a nice format in HTML.
There is no direct link to a PDF file in the CSV file. Instead, there is information whi...
If I view the SSRS report and Preview the results, then chose to export the preview to PDF the export looks perfect(The fonts display correctly and are formatted nicely).
When I deploy the report to IIS and go through the web report using IE and chose to export the results to PDF from inside IE the PDF is not formatted nicely. One perti...
I have a PDF with a black background and white/yellow text.
Is there a way to remove the black background when printing and invert the color of the text?
Thanks
...
I have a set of images over which I run an OCR application. This process results in a XML file with character offsets. Then I convert the images to PDF using Acrobat 9. Now, I would like to add the XML file information as an invisible text layer into the PDF in order to achieve a searchable PDF. Is there an easy and free way?
Some detai...
I have a bunch of PDF files that came from scanned documents. The files contain a mix of images and text. Some were scanned as images with no OCR, so each PDF page is one large image, even where the whole page is entirely text. Others were scanned with OCR and contain images and searchable text where text is present. In many cases ev...
I'm working with JasperReports 3.6 and trying to create a report with the PDF format which will meet our customer's needs.
By exporting to PDF, I found that multi-byte characters (Japanese/Shift-JIS, EUC-JP, UTF-8, ISO-2022-JP) would be printed in the newline automatically without setting the "/n" code.
The field would be expected to s...
Dear Friends,
I have a Scanned PDF Files , i need a VB.net Source Code which convert that scanned PDF to text Format.
Plz Help me...
Thanx in Advance
...
Hi, I'd like to have a table of cells of class PdfPCell each with a tiny header, main string and tiny footer. I can't find a way to insert them since HeaderandFooter is not allowed element to add to the cell, one paragraph overwrites another and so on. Any ideas?
Thanks in advance
...
In my app a user can upload a PDF as an attachment.
I want to report how many pages it has.
Is there a Ruby library that would help with this?
...