Re: In app pdf viewer plugin
SO far as I know, no. Of course the OS can do it, do you need Adobe-specific functionality?
View ArticleRe: In app pdf viewer plugin
Adobe offers a mobile SDK which can be licensed from Datalogics - http://www.datalogics.com/products/ebook/rmsdk/
View Articlehow disable PDFEdit combines text from multiple Tj operators
HIIn http://help.adobe.com/livedocs/pdfl_sdk/9/PDFL_SDK9_HTMLHelp/API_References/Acrobat_API_Re ference/PDFEdit_Layer/PDEText.html mention that "PDFEdit combines text from multiple Tj operators into a...
View ArticleRe: how disable PDFEdit combines text from multiple Tj operators
Pdfedit can and often will write a completely different set of operators. It converts the operators to an object representation, then wites opererators for the objects. you cannot stop this, it is what...
View ArticleRe: In app pdf viewer plugin
I just contacted them, I will await their answer. Anybody have some other suggestions? Thanks!
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
Hi.I did try using the printParams feature and it worked, but since I need to be able to print sets of non-consecutive pages, I end up having to bring up the print dialogue multiple times and have the...
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
Not necessary! You can set the page range via printParams to be any range that you can set via the UI, including non-consecutive. I believe there are options to hide all the UI chrome (toolbars, etc.)...
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
Hi, thanks for the quick response! I do not see how I can set a page range in printParams. I can set firstPage and lastPage, which I tried doing multiple times, looping through my selected pages, as...
View ArticleHow to I delete acrobat software than converts .pdf files to .docx files?
Hello. How do I delete the Acrobat software that converts .pdf files to .docx files? Thank you. DL
View ArticleRe: How to I delete acrobat software than converts .pdf files to .docx files?
Which part of the Acrobat SDK are you using? Which Acrobat product? Is this an enterprise deployment question? Perhaps if you tell us why you want to we can better direct you (or we might just argue of...
View ArticleHow to solve this problem that the error message is...
HI,There is a ASP.NET program that use to convent the Word to PDF. I used PDFMAKERAPI.DLL in this program.this is the code"using System;using PDFMAKERAPILib; namespace test1{ public partial class...
View ArticleRe: How to solve this problem that the error message is...
I have not seen this interface in the Acrobat SDK. Is it there? If it is not documented, it is not supported.
View ArticleRe: How to solve this problem that the error message is...
The PDFMakers are not documented as part of the SDK as they are not supported for use by 3rd parties. If you wish to convert Word files to PDF, there are supported methods in the SDK. Also, be aware...
View ArticleRe: How to solve this problem that the error message is...
For server use look at Adobe LiveCycle PDF Generator, which has a Java API.
View Article