Search found 270 matches
- Tue Jun 24, 2014 12:40 pm
- Forum: News & Announcements
- Topic: [Changelog] novaPDF 8.x
- Replies: 0
- Views: 19673
[Changelog] novaPDF 8.x
Below is the changelog for the public builds of novaPDF 8.0 - novaPDF 8.9. This version was first released in June 2014 and development ended in April 2021. It is currently NOT SUPPORTED, support ended in April 2021. If you are looking for the latest version of novaPDF, you can download it here: htt...
- Mon Dec 17, 2012 1:52 pm
- Forum: Developer Tools
- Topic: NovaPdf sdk: multiple pages to single pdf file
- Replies: 1
- Views: 6301
Re: NovaPdf sdk: multiple pages to single pdf file
Hi,
Yes, programmatically you can set all the options for novaPDF and one of them is to add the current document that will be printed, to an existing PDF document.
Yes, programmatically you can set all the options for novaPDF and one of them is to add the current document that will be printed, to an existing PDF document.
- Mon Dec 17, 2012 1:50 pm
- Forum: Developer Tools
- Topic: NovaPDF OLE convert image to PDF
- Replies: 1
- Views: 6321
Re: NovaPDF OLE convert image to PDF
Hi, the Word OLE sample only works with word documents, so if you insert your image in a word document you can use that sample to convert the document to PDF.
- Mon Dec 17, 2012 1:47 pm
- Forum: Feedback & Wishlist
- Topic: Stitch PDF Pages to one large TIFF document
- Replies: 1
- Views: 8858
Re: Stitch PDF Pages to one large TIFF document
Hi,
We'll take this into account, right now it's possible to join many pages in a single PDF document (many pages even from different programs), but there's no way to export it as a .tiff, only as a .pdf
We'll take this into account, right now it's possible to join many pages in a single PDF document (many pages even from different programs), but there's no way to export it as a .tiff, only as a .pdf
- Mon Dec 17, 2012 1:46 pm
- Forum: Support & Troubleshooting
- Topic: Convert PDF to DOC in a special way
- Replies: 0
- Views: 4890
Re: Convert PDF to DOC in a special way
Unfortunately there's no other easy way to do this with novaPDF.
- Thu Nov 29, 2012 5:34 am
- Forum: Support & Troubleshooting
- Topic: Left Margin Visual FoxPro Report
- Replies: 2
- Views: 6450
Re: Left Margin Visual FoxPro Report
novaPDF does not change the margins of the paper, what probably happens is that although the reports are opened in a viewer with a margin when they are printed the report application does not specify a margin for the paper. We do not have experience with Fox Pro, but check if you can specify the pri...
- Thu Nov 29, 2012 5:23 am
- Forum: Support & Troubleshooting
- Topic: Cancel print is generating an error on PrinService event log
- Replies: 3
- Views: 5877
Re: Cancel print is generating an error on PrinService event
Thank you for posting the solution here, in case someone else experiences this problem.
- Thu Nov 29, 2012 5:20 am
- Forum: Developer Tools
- Topic: Performance issue LicenseShellExecuteFile
- Replies: 1
- Views: 6239
Re: Performance issue LicenseShellExecuteFile
Hi, LicenseShellExecuteFile calls first FindExecutable Windows API function to find the application associated with the provided document type. Then it calls LicesnseApplication for this application. You may replace the LicenseShellExecuteFile call with a LicenseApplication call if you know which ap...
- Thu Nov 29, 2012 4:39 am
- Forum: Support & Troubleshooting
- Topic: Text-To-Speech only reading footer
- Replies: 1
- Views: 4239
Re: Text-To-Speech only reading footer
Hi Noel,
No, even if you purchase a license this won't work. The reason is that the original document (in this case DJVU) is not in a searchable/readable format.
novaPDF will create searchable PDFs only if the original document from where you print to PDF is searchable/readable. Thank you.
No, even if you purchase a license this won't work. The reason is that the original document (in this case DJVU) is not in a searchable/readable format.
novaPDF will create searchable PDFs only if the original document from where you print to PDF is searchable/readable. Thank you.
- Wed Nov 21, 2012 5:19 am
- Forum: Developer Tools
- Topic: Convert large Txt file to Pdf
- Replies: 1
- Views: 6104
Re: Convert large Txt file to Pdf
Are you using the latest version of novaPDF? We did some memory management improvements in our latest release ( details here - http://blog.novapdf.com/2012/10/novapdf ... windows-8/ ) so be sure to install the latest version if you haven't done it already.