Re: PDWordFinder does not extract text in order
So the only way could be try to 're-order' text using quads? There's no a way to fix the document, maybe using some Acrobat Reader tool?
View ArticleRe: PDWordFinder does not extract text in order
?Not with Reader, but with Adobe Acrobat you can use the Make Accessible feature to restructure the content in logical order PLUS add appropriate tagging & structure.
View ArticleRe: PDWordFinder does not extract text in order
The document isn't broken. In an un-tagged file there is no implicit order at all, only guesswork. Even word breaks are guesswork.
View ArticleHow open PDF and save like open with reader and save it again (C#).
Hello all, I have a problem to open a PDF file and save it again like in the reader with C#. My existing PDF file was scanned with "Xerox WorkCentre" and saved as PDF but I could only open it with the...
View ArticleRe: How open PDF and save like open with reader and save it again (C#).
Is this for a server?Do you own Adobe Acrobat as well as Adobe Reader?
View ArticleRe: How open PDF and save like open with reader and save it again (C#).
And have you looked for a fix from Xerox?
View ArticleRe: How open PDF and save like open with reader and save it again (C#).
Yes I also have Acrobat and the Xerox is fixed but I have 2000+ PDFs with that problem so I'm trying to do it with my C# Application.
View ArticleRe: How open PDF and save like open with reader and save it again (C#).
Ok, it may be possible with Acrobat, not Reader. But not on a server.Do you have the Acrobat SDK? If not you'll need to download the SDK for the version of Acrobat you own.
View ArticleRe: How open PDF and save like open with reader and save it again (C#).
Yes I have also the Acrobat SDK for the right version.
View ArticleRe: Change Printer in Acrobat from VBA
Mmmh, with "AForm.Fields.ExecuteThisJavaScript" you can execute AcroJS directly.Have a look for example and a more or less equal discussion at:Re: JSObject 'doesn't support' getPrintParams or Print -...
View ArticleCombine PDF files programmatically
Is there a way to combine pdf files from the command line on Windows by passing arguments in to an executable? I have Acrobat XI Pro.
View ArticleRe: Combine PDF files programmatically
Not out of the box, no, Acrobat doesn't support that functionality. You could, however, write a command line program that would call on Acrobat to do the work, however. You could also write a...
View ArticleRe: Combine PDF files programmatically
How would I write a command line program that would call on Acrobat to combine the files? I think that's what I want.
View ArticleRe: Combine PDF files programmatically
Download the Acrobat SDK and read the documentation.
View ArticleRe: Editable Dropdown Box Issue
What about deleting the fields once they are in the list? I would like to delete a single item as opposed to clearing the entire list if possible.
View ArticleOptimize PDF Save
Hi,In our project, we are doing some image processing operations on images in PDF pages.For that we will do following steps:1. 1. Extract image from PDF page. (Getting image as uncompressed...
View ArticleRe: Optimize PDF Save
What is the issue, exactly? JPEG is lossy, certainly. What was the original compression on the images? Why don't you just compress the images as you write them rather than later using the optimizer?...
View ArticleRe: Optimize PDF Save
Also, make sure you are doing a full save instead of an append save, otherwise you will absolutely see file size increase.
View ArticleRe: How to Merge Multiple PDF's
Hello, In excel VB, I am trying to print(as pdf) only certain pages from a pdf and save them to the same. I don't want to open the PDF file. I just want to create a new pdf with those specific...
View Article