Tagged Questions
The dynamicpdf tag has no wiki summary.
1
vote
1answer
119 views
DynamicPDF api to render PDF forms in Java
I have PDF forms and I used adobe acrobat pro version 9 to add some hidden fields, buttons and some validation in javascript to it.
Also I am using dynamicPDF api (first time) in java to read that ...
0
votes
0answers
32 views
How can I check to see if my string has spilled over to a new line because it was too long
'//:Eligibility Questions
If Not IsNothing(MyBase.EligibilityQuestions) Then
Dim sw As StringBuilder = New StringBuilder
sw.AppendLine()
...
0
votes
1answer
372 views
How to load XML into datasets on load in a dynamic PDF form (LiveCycle)?
I need to pre-fill a dynamic PDF's fields so my users can edit it and submit back.
I am using Adobe ColdFusion CFPDFFORM tag that can load XML data into a PDF and make a new populated PDF. ...
0
votes
1answer
283 views
C# DynamicPDF Merging causing “Index out of bounds” error
Greetings,
We use DynamicPDF to merge multiple PDF documents stored in a MSSQL database. The vast majority of times it works wonderfully, but occasionally one of these documents will fail to merge ...
0
votes
3answers
616 views
DynamicPDF image quality loss
We are using a product called DynamicPDF to generate PDF's on the fly from dynamic data from a database. Their documentation says that their software leaves the image bytes intact and doesn't make any ...