Search found 283 matches

by Claudiu (Softland)
Thu Nov 29, 2012 5:20 am
Forum: Developer Tools
Topic: Performance issue LicenseShellExecuteFile
Replies: 1
Views: 10072

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...
by Claudiu (Softland)
Thu Nov 29, 2012 4:39 am
Forum: Support & Troubleshooting
Topic: Text-To-Speech only reading footer
Replies: 1
Views: 10583

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.
by Claudiu (Softland)
Wed Nov 21, 2012 5:19 am
Forum: Developer Tools
Topic: Convert large Txt file to Pdf
Replies: 1
Views: 9851

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.
by Claudiu (Softland)
Wed Nov 21, 2012 5:17 am
Forum: Developer Tools
Topic: Convert Jpeg to Pdf "No process is associated with this obje
Replies: 1
Views: 10066

Re: Convert Jpeg to Pdf "No process is associated with this

The CSharp Converter sample uses the ShellExecute Windows function with the "print" verb to print the files. In order to be able to print jpeg or html files you have to have some applications associated with these file types. When ShellExecute is called, Windows will call the associated ap...
by Claudiu (Softland)
Wed Aug 22, 2012 1:55 pm
Forum: Support & Troubleshooting
Topic: license and support
Replies: 2
Views: 10556

Re: license and support

Hello,

Please send an email to our sales dept at [email protected] with this information and you will be assisted with all your questions.

Thank you.
by Claudiu (Softland)
Tue Aug 21, 2012 1:22 pm
Forum: Developer Tools
Topic: /VERYSILENT not working on versions above 7.1.334 (or so)
Replies: 4
Views: 14350

Re: /VERYSILENT not working on versions above 7.1.334 (or so

Hello, The problem that we encountered was that some of our novaPDF SDK customers included novaPDF SDK setup (nvsdk.exe) in their application setup and installed it (silently) on their customers computers, with their application. We included a special silent installer for this purpose, novapk.exe. n...
by Claudiu (Softland)
Wed Jul 25, 2012 8:21 am
Forum: Developer Tools
Topic: NovaPDF SDK Error 0xD5DA0018
Replies: 1
Views: 10589

Re: NovaPDF SDK Error 0xD5DA0018

Here is the desription of this error (you may find errors listed in Globals.cs): // MessageId: NV_INVALID_PRINTER_NAME // MessageText: cannot find printer with given printer name public static long NV_INVALID_PRINTER_NAME = 0xD5DA0018; Check the name of the printer you pass to the Initialize method ...
by Claudiu (Softland)
Mon Jul 23, 2012 12:48 pm
Forum: Support & Troubleshooting
Topic: Group Specific Profiles
Replies: 1
Views: 9785

Re: Group Specific Profiles

This is not possible with a single novaPDF printer, all public profiles defined for a printer are visible for all users that connect to the printer. But it is possible to add several novaPDF printers, configure separate profiles for each of them, and connect to different novaPDF printers from each d...
by Claudiu (Softland)
Fri Jul 20, 2012 12:51 pm
Forum: Developer Tools
Topic: /VERYSILENT not working on versions above 7.1.334 (or so)
Replies: 4
Views: 14350

Re: /VERYSILENT not working on versions above 7.1.334 (or so

Hello, The /VERYSILENT parameter has been removed from the novaPDF OEM and SDK versions to prevent software developers to further distribute the installations around to their clients and so forth. This way, only the executables within the SDK installation package can be deployed as intended. For nov...
by Claudiu (Softland)
Tue Jul 17, 2012 1:56 pm
Forum: Support & Troubleshooting
Topic: Adding paragaph numbering to Bookmarks
Replies: 1
Views: 9108

Re: Adding paragaph numbering to Bookmarks

Hi,

This may be happening because the numbers have a different format than the letters. So please make sure the same format is kept when making the paragraph as a bookmark.