Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Browsing all 10848 articles
Browse latest View live

Re: How can I create a pdf but not have it open in acrobat afterwards

How are you using Acrobat to create the pdf file? Please list the steps.

View Article


How to identify number of formfields a Adobe dynamic XML form contains? and...

Hi, I am using Adobe SDK in my plugin. I am trying to extract the the formfields from Adobe dynamic XML forms designed in LiveCycle designer 8.2.1 Thanks in Advance

View Article


Re: How to identify number of formfields a Adobe dynamic XML form contains?...

Well, it's entirely possible to get the XFA data using a plug-in and reassemble it into XML. Then you can use standard XML tools to examine the schema in any required way. Never seen any specific API...

View Article

Re: How to identify number of formfields a Adobe dynamic XML form contains?...

You can use JavaScript (either directly or via a plug-in) to get this information.

View Article

Re: Use of ASFixedMatrixConcat()

I am pretty sure ASFixedMatrixConcat computes result = m2 * m1 (not m1 * m2).

View Article


Re: How to identify number of formfields a Adobe dynamic XML form contains?...

Hi Irosenth,

View Article

Re: How to identify number of formfields a Adobe dynamic XML form contains?...

Can you put some light on Acrobat Javascript calls to get the formfield details in dynamic XML forms?Because the following Acrobat JavaScript doc methods are not available from an XML form:● getField●...

View Article

Re: How to identify number of formfields a Adobe dynamic XML form contains?...

Actually, some of those will work fine. HOWEVER, what you want to be doing is ready the XFA JavaScript documentation and using the methods that are specific to dynamic forms.

View Article


Re: How to identify number of formfields a Adobe dynamic XML form contains?...

Hmm, good idea. Note that this is NOT part of the Acrobat SDK, and is an entirely different document.

View Article


Re: Recommendations ?

The ability to convert multiple page PDFs to a single TIFF file can be done using Adobe’s PDF Library product and a smaller utility built off of the Library called “Datalogics PDF to Image” (PDF2IMG)....

View Article

Re: How can I use Visual Studio 2010/2013 and the Acrobat SDK to create an...

The Adobe PDF Library uses the “PDDocSetNewSecurityData” API to password protect a PDF.  JPellam (Datalogics, Inc.) 

View Article

Re: How can I create a pdf but not have it open in acrobat afterwards

Using VBA I open up a report and then use the following code: DoCmd.OutputTo acOutputReport, RptName, acFormatPDF, strFile, 0 RptName is the name of the reportstrFile is C:\Reports\test.pdf It creates...

View Article

Image may be NSFW.
Clik here to view.

Re: How can I create a pdf but not have it open in acrobat afterwards

Moved to Acrobat SDK

View Article


Re: How can I create a pdf but not have it open in acrobat afterwards

You aren't using the Acrobat SDK, or Acrobat at all, to do the creation.  DoCmd.OutputTo is part of Access. It must also be Access that is making the decision to open the new PDF, since Acrobat has...

View Article

Balancing unbalanced Pages tree

A Pages tree in a PDF should of course be a balanced tree. But PDFs exist where all the pages are in a single array, and we must deal with them. I am faced with a file with a Pages tree with more than...

View Article


Re: Balancing unbalanced Pages tree

Do a full save - that will rebalance the tree.

View Article

Re: Balancing unbalanced Pages tree

Thanks, a good idea to pass on. Can you think of anything which does not involve saving? The reason is that I would like to add recovery to a plug-in function which takes unsaved files and makes...

View Article


Re: Balancing unbalanced Pages tree

You could try copying the pages from one document to another (temp) - PDInsertPages(), but no promises.  Balancing is a heavy weight operation so we may only do it on save.

View Article

Re: Balancing unbalanced Pages tree

Interestingly, I wrote a simple balancer for this file (simply divides into N nodes of N elements, where N~=sqrt(nodes). So N is about 100 in this case; not an optimal tree, but a quick balancing act....

View Article

Image may be NSFW.
Clik here to view.

Re: What are the requirements for successful use of PDSElementInsertMCAsKid()?

I've found that the error does not occur if the code creates a new PDDoc and PDPage as the target for the merge operation instead of using a target PDF. For my workflow this is an acceptable solution....

View Article
Browsing all 10848 articles
Browse latest View live