• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to make Dynamic PDFs?

assemblage

Senior member
I need to set up a mail merge type of thing using PDFs. Current system is set up to use MS Word. I know how to use MS Access and setup forms in Word with fields for the dynamic data. Just need to know how this is done using PDFs.

Thanks!
 
I don't know of any way to directly generate dynamic PDFs that doesn't cost a fortune. Can you make the Word docs and then just convert to PDF?
 
No, that would be to slow. However i found that pdf can be created with Java or C# and XML. I found a program called Best Case that will do what is needed.
 
Originally posted by: assemblage
No, that would be to slow. However i found that pdf can be created with Java or C# and XML. I found a program called Best Case that will do what is needed.

link?
 
I think that the form capabilities of PDF are proprietary extensions to the actual open PDF standard and are only creatable through Acrobat. Unless somebody's reverse-engineered them.
 
Originally posted by: assemblage
No, that would be to slow. However i found that pdf can be created with Java or C# and XML. I found a program called Best Case that will do what is needed.
Is it free? I'd definitely be interested in checking that out.
 
Originally posted by: bersl2
I think that the form capabilities of PDF are proprietary extensions to the actual open PDF standard and are only creatable through Acrobat. Unless somebody's reverse-engineered them.

A complete PDF package is now available from Scansoft for about $79.
 
Originally posted by: assemblage
No, that would be to slow. However i found that pdf can be created with Java or C# and XML. I found a program called Best Case that will do what is needed.

I've done it in Java using a package called Crystal Clear - it interprets Crystal Reports report files, but I'm not sure if it does Word too.
 
Thanks for the info. I'll have to look into them.

Best Case is software specifically tailored for filing bankruptcy documents with the court using forms and pdf's. It's not someting that coule be used for general pdf creation.
 
Back
Top