|
Is there a way to use ghostscript to convert PDF to PDF/A or PDF/X? I know it can be used to convert PDF to images, but I don't know if it can be used to convert PDF/A. What parameters should I use?
Started by imgen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is the ghostscript documentation on ps2pdf for PDF/X and PDF/A any help?
Thank you, big help..
|
|
I have a pdf file of a logo, about 1"x2" in dimension. Can anybody provide the code snippet to import that PDF logo into another PDF file using the Zend_PDF API's?
Ideally, I'd like to be able to place it like the PNG, TIFF or JPG objects with the Zend...
Answer Snippets (Read the full thread at stackoverflow):
Maybe a later release of....
The Zend_Pdf_Page was empty.
It looks like as of this date, there's no way to do it using the Zend_PDF API's.
Of course, if you have a pdf that you want to add a, say.
Like the preferred way to do things.
|
|
I want to use PDF::writer to put some dates on a calendar sheet. The calendar sheet itself is prepared as a prerendered template in PDF format. How could I read this PDF as template to write text on it?
Is there an alternative? Fiddling with an HTML-to...
Started by hurikhan77 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe pdf-toolkit could help you
Edit: I remembered I played around with this a few years back it is transformed to PDF! It is not easy and sometimes not possible to reconstruct text (and your calendar's look and layout) from PDF.....
|
Ask your Facebook Friends
|
I'm using FOP to generate PDF files.
What's the best way to either include another PDF file in a PDF generated by FOP or to cook multiple PDF files together using PHP?
Started by Indrek on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In it's own words:
If PDF is....
Or combine the pdfs using the fpdi class - http://www.setasign.de/products/pdf-php-solutions/fpdi/
After creation with FOP, as kind of post-processing, I'd suggest to take a look at the PDF toolkit .
|
|
PDF Converter Pro for Mac allows you to convert PDF to Word, PDF to Excel, PDF to PPT, PDF to EPUB, PDF to HTML, PDF to Text formats on Mac, and you also can OCR pdf files on Mac with Mac PDF Converter Pro.
PDF Converter Pro for Mac is the best choice...
Started by ipad001 on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at cdrom-guide):
* Extract text from scanned PDF to make the....
Pro version provides you a smarter way to deal with PDF documents.
PDF Editor Pro for Mac adds OCR technology and 6-in-1 PDF conversion functions on the basis of standard version.
|
|
I am checking if a PDF document is searchable if I can get any text from every single page in a PDF.
But checking every page seems to take forever when I am trying to extract text from a PDF that contains more than 500~2000 pages.
Is it possible for a...
Started by Sung Meister on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could very well have a 500 page PDF that contains images on the first....
Yes, it is very possible for a PDF to contain text on one page but not the rest.
Try this version of Searcharoo , which lets you search Word and PDF documents.
|
|
How can you convert a pdf file which contains text to a file which I can search?
Started by Masi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I ....
Which is aviable as a Java and .NET library.
Programmiticaly, you maybe able to search it through iText.
However, this question entirely depends search PDF through Adobe Reader.
Of documents from Java, among them PDF and Word files.
|
|
I have a pdf of a scanned book. I'm looking for a free software that will perform ocr and then provide an option to save it as pdf/doc.
Is there one? Thanks.
Started by yuval on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
You could do this again with imagemagick, but there are other scanned images and pdf files....
Convert each page of text back into pdf.
Pass each image.
Will be 1 jpg file for each page in your pdf, myfile-00.jpg, myfile-01.jpg, etc.
|
|
I am using reportlab toolkit in Python to generate some reports in PDF format. I want to use some predefined parts of documents already published in PDF format to be included in generated PDF file. Is it possible (and how) to accomplish this in reportlab...
Started by Jiri on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Using the two package seemed to work.
And combine existing PDF's and ReportLab to generate new content.
|
|
I have a PHP application that needs to generate some PDF invoices and PDF timesheets with nice headers/footers. Some Stackoverflow users recommend using TCPDF to create the PDF documents. In my research, I discovered two approaches to generating PDFs:...
Started by John on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I can recommend Zend_Pdf , which is a programmatic method according to your of the box, and use a poor man's parser....
I do the office template filling part in PHP workload off your back .
And output it to PDF, whenever technically possible.
|