Search found 283 matches

by Claudiu (Softland)
Wed Dec 08, 2010 8:20 am
Forum: Support & Troubleshooting
Topic: Copying more than what is viewable
Replies: 1
Views: 6229

Re: Copying more than what is viewable

Hello,

We do not provide a viewer as well for the PDF documents, only the printer who converts what it receives from the viewer you are using.

So you will need to contact the developers of the viewer used for the issue.
by Claudiu (Softland)
Mon Dec 06, 2010 8:28 am
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

Hello,

I tested the Analyze URL functionality and it is working correct here. Please modify one of our samples with the code you added for detecting the URLs and send it to us at [email protected] so we can investigate the problem here.

Thank you.
by Claudiu (Softland)
Mon Dec 06, 2010 8:27 am
Forum: Developer Tools
Topic: Display novaPDF for SDK printing preferences from code
Replies: 2
Views: 10693

Re: Display novaPDF for SDK printing preferences from code

Hello, The "Printing Preferences" dialog for a printer can be opened by calling the DocumentProperties Windows API function. Here is the C++ code for this: BOOL bPrinterOpened = OpenPrinter(pwszPrinterName, &hPrinter, NULL); if (!bPrinterOpened) { wsprintf(wsMsg, L"Could not open ...
by Claudiu (Softland)
Thu Dec 02, 2010 1:12 pm
Forum: News & Announcements
Topic: [Major update] novaPDF 7.3 build 353
Replies: 0
Views: 13088

[Major update] novaPDF 7.3 build 353

We have released a major update, novaPDF 7.3 build 353. The main change in novaPDF 7.3 was the addition of a third add-in, for Microsoft PowerPoint. This means that now novaPDF Professional and Standard have add-ins for Microsoft Word, Excel and PowerPoint (we're working on including add-ins for all...
by Claudiu (Softland)
Thu Dec 02, 2010 7:21 am
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

Hello,

We are not considering on implementing the Add-on with the SDK version for the moment.

Thank you.
by Claudiu (Softland)
Wed Dec 01, 2010 12:12 pm
Forum: Developer Tools
Topic: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003
Replies: 8
Views: 13312

Re: AnalyzeUrl/DetectFiles/CheckFileExists usage for Word 2003

Hello,

Yes the Add-in contains the features however it is not available with the SDK version because on the other versions the documents are printed from the applications and not made by the user when he clicks the Add-in button.

Thank you.
by Claudiu (Softland)
Wed Dec 01, 2010 12:06 pm
Forum: Developer Tools
Topic: PDF Linearization (Fast Web View) in SDK
Replies: 3
Views: 10374

Re: PDF Linearization (Fast Web View) in SDK

Hello,

At this moment we are not considering implementing this in the development.

Thank you.
by Claudiu (Softland)
Wed Dec 01, 2010 8:56 am
Forum: Developer Tools
Topic: PDF Linearization (Fast Web View) in SDK
Replies: 3
Views: 10374

Re: PDF Linearization (Fast Web View) in SDK

Hello,

Unfortunately novaPDF does not produce linearized PDF documents.

Thank you.
by Claudiu (Softland)
Wed Dec 01, 2010 8:55 am
Forum: Developer Tools
Topic: ShellExecute+SW_HIDE - associated application visible
Replies: 2
Views: 11108

Re: ShellExecute+SW_HIDE - associated application visible

Hello,

The Word window cannot be hidden if you print using ShellExecute. This is the default Word behavior and we did not found any option in Word to change it. That is why we added the Word OLE samples, to provide a way to convert silently Word documents.

Thank you.
by Claudiu (Softland)
Wed Dec 01, 2010 8:54 am
Forum: Developer Tools
Topic: What application is associated with "print"?
Replies: 2
Views: 8231

Re: What application is associated with "print"?

Hello,

Unfortunately novaPDF does not provide such a method.

Thank you.