Search found 127 matches

by edvschu
Thu Sep 10, 2015 11:32 am
Forum: PDF-XChange Drivers API SDK
Topic: Support for PDF/A-3
Replies: 18
Views: 7469

Re: Support for PDF/A-3

Hi Will,

now i'm confused.

In my case, i use -8 for PDF/A-3b. That works for me correctly.

Code: Select all

PDFPrinter.Option("General.Specification") = "-8"
When I use the ones you have listed, I get the following:

-6 for PDF/A-2u
-7 for PDF/A-3a
-8 for PDF/A-3b

Best Regards,
edvschu
by edvschu
Fri Aug 28, 2015 1:10 pm
Forum: PDF-XChange Drivers API SDK
Topic: Attachments in PDF file
Replies: 10
Views: 4971

Re: Attachments in PDF file

Hello, i must produce PDF/A3 documents with attachment. For now i create the pdf with PDF-XChange Drivers. After that i attach file with JS. I have 2 Questions to V5 of the PDF Tools SDK: (1) Will it be possible associated attachment with the document level of a PDF/A3? In PDF/A3 this is expressed w...
by edvschu
Fri Aug 28, 2015 11:20 am
Forum: PDF-XChange Drivers API SDK
Topic: Support for PDF/A-3
Replies: 18
Views: 7469

Re: Support for PDF/A-3

Hi Will,

the Values do not match. I use these Values:

-7 for PDF/A-3a
-8 for PDF/A-3b
-9 for PDF/A-3u

Can you confirm it?

Best Regards,
edvschu
by edvschu
Thu Aug 27, 2015 3:15 pm
Forum: PDF-XChange Drivers API SDK
Topic: Attachments in PDF file
Replies: 10
Views: 4971

Re: Attachments in PDF file

Stefan, Thanks for Information and the link.
by edvschu
Thu Aug 27, 2015 2:41 pm
Forum: PDF-XChange Drivers API SDK
Topic: Attachments in PDF file
Replies: 10
Views: 4971

Re: Attachments in PDF file

Hello,

i have the same requirement. Is there now another way to implement this, except in JS?

Only implement by JS, have somebody sample code?

Best Regards,
edvschu
by edvschu
Fri Aug 21, 2015 9:04 am
Forum: PDF-XChange Drivers API SDK
Topic: Support for PDF/A-3
Replies: 18
Views: 7469

Re: Support for PDF/A-3

Hello,

i have the PDF-XChange PRO SDK. Can i with it create or convert pdf's with this standard?

Best regards,
edvschu
by edvschu
Thu Nov 13, 2014 3:41 pm
Forum: PDF-XChange Viewer SDK
Topic: open documen over ui
Replies: 5
Views: 2155

Re: open documen over ui

Hello Stefan,

my own "Button" with my own "Logic" in Viewer AX is not possible. Only on the form or in a menu strip i can implement this. It's right?

Best regards
edvschu
by edvschu
Thu Nov 13, 2014 1:11 pm
Forum: PDF-XChange Viewer SDK
Topic: Language GetTextFromResult
Replies: 1
Views: 1181

Language GetTextFromResult

Hello,

it's possible to change language of result text from GetTextFromResult?

Best regards
edvschu
by edvschu
Thu Nov 13, 2014 12:28 pm
Forum: PDF-XChange Viewer SDK
Topic: open documen over ui
Replies: 5
Views: 2155

Re: open documen over ui

Hi Stefan,

The user should be able to open documents by clicking the button.

I work with lock files. If a user wants to open a document that is accessed by another user, the user will receive a notice. Before the document is opened, so this test must take place. No chance?

Best regards
edvschu
by edvschu
Thu Nov 13, 2014 12:14 pm
Forum: PDF-XChange Viewer SDK
Topic: security will be not saved
Replies: 3
Views: 1717

Re: security will be not saved

Hi Vasyl, before saving doc, i get value docfile by: PDFXCview.GetDocumentProperty(docId, "FileName", vDataOut, 0) docFile = vDataOut SaveMode has value 4 and nFlags = 0. It works fine :D by: PDFXCview.SaveDocument(docId, docFile, 0, 0) or PDFXCview.SaveDocument(docId, Nothing, 0, 0) Best ...
by edvschu
Wed Nov 12, 2014 9:56 am
Forum: PDF-XChange Viewer SDK
Topic: open documen over ui
Replies: 5
Views: 2155

open documen over ui

Hello,

i want to prevent an open document can be opened by another user again.

With the Open button in the UI, the user can open a document. Can I intervene here, before the document is opened?

Best regards,
edvschu
by edvschu
Tue Nov 11, 2014 1:05 pm
Forum: PDF-XChange Viewer SDK
Topic: prevent open containing folder
Replies: 3
Views: 1601

prevent open containing folder

Hello, PDFXCview.SetProperty("Commands[#33258].State", "Offline", 0) prevent open containing folder in the file menu. In the document properties dialog there also can open containing folder. But is not the same command as in file menu. How can i prevent this there? Best regards, ...
by edvschu
Tue Nov 11, 2014 11:20 am
Forum: PDF-XChange Viewer SDK
Topic: DocClosed and DocumentsCount
Replies: 3
Views: 1707

Re: DocClosed and DocumentsCount

Thanks for Answer :D .
by edvschu
Tue Nov 11, 2014 11:19 am
Forum: PDF-XChange Viewer SDK
Topic: security will be not saved
Replies: 3
Views: 1717

security will be not saved

Hello, I have a document with security settings. If the document via the tab is closed, the PDF viewer cares about saving. Security settings are stored. Closing the form, i must handle saving document. I save the document with: PDFXCview.SaveDocument(docID, docFile, SaveMode, nFlags) No security set...
by edvschu
Mon Nov 10, 2014 12:02 pm
Forum: PDF-XChange Viewer SDK
Topic: DocClosed and DocumentsCount
Replies: 3
Views: 1707

DocClosed and DocumentsCount

Hello,

1 document is open. After closing this document 'GetDocumentsCount' returns 1 in Event 'DocClosed'. Why?

Best Regards
edvschu
by edvschu
Mon Nov 03, 2014 1:16 pm
Forum: PDF-XChange Viewer SDK
Topic: Open document with existing process
Replies: 2
Views: 1309

Re: Open document with existing process

I found it myself. With 'Make single instance application' in the project settings you can solve that.

edvschu
by edvschu
Mon Nov 03, 2014 10:45 am
Forum: PDF-XChange Viewer SDK
Topic: Open document with existing process
Replies: 2
Views: 1309

Open document with existing process

Hello, I have a list of several documents. I select a document and start the PDF Viewer as MDI. The call takes place via the command line with information about the document. When selecting the next document the already started process of PDF Viewer should be used. How to do that? Best Regards edvschu
by edvschu
Wed Mar 13, 2013 12:04 pm
Forum: PDF-XChange Viewer SDK
Topic: overlap display problem
Replies: 9
Views: 3121

Re: overlap display problem

Hi Vasyl,

with the DLL, it looks good again. Big thank you :D.

Best regards,
edvschu
by edvschu
Tue Mar 12, 2013 8:09 am
Forum: PDF-XChange Viewer SDK
Topic: overlap display problem
Replies: 9
Views: 3121

Re: overlap display problem

Hello,

here is a sample app. Please install first Cpp2005Sp1d_vcredist_x86.msi from
folder Cpp2005Sp1dVcRedist_x86 before run AA4F.EXE.

Best regards,
edvschu
by edvschu
Mon Mar 11, 2013 1:20 pm
Forum: PDF-XChange Viewer SDK
Topic: overlap display problem
Replies: 9
Views: 3121

Re: overlap display problem

Hello,

I would be grateful for any information. How does it look?

Best regards,
edvschu
by edvschu
Mon Mar 04, 2013 10:20 am
Forum: PDF-XChange Viewer SDK
Topic: overlap display problem
Replies: 9
Views: 3121

Re: overlap display problem

Hello, thanks for the reply. But the instructions do not help me really. I have made ​​no changes to my application, but now using the latest version of the ActiveX control. I have forwarded the problem to the Plex support. They say now the problem is with the manufacturer of the ActiveX Control. Up...
by edvschu
Thu Feb 28, 2013 9:04 am
Forum: PDF-XChange Viewer SDK
Topic: overlap display problem
Replies: 9
Views: 3121

overlap display problem

Hello, with version 2.5.201 and all subsequent versions of the ActiveX control, there is a display problem in our application. After fixing the problem Fixed refresh / repaintinting bug with ActiveX control on the dialog Forms https://forum.pdf-xchange.com/viewtopic.php?t=12458 we have problems with...
by edvschu
Wed Jul 27, 2011 9:59 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_ET_GetFontCount
Replies: 2
Views: 1617

Re: PXCp_ET_GetFontCount

Enter the serial number and DevCode in my project, PXCp_ET_GetFontCount
retrieves the correct number of fonts :mrgreen: .

edvschu
by edvschu
Wed Jul 27, 2011 7:19 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_ET_GetFontCount
Replies: 2
Views: 1617

PXCp_ET_GetFontCount

Hello, PXCp_ET_GetFontCount retrieves the number of fonts in the PDF document. With all pdfs i tried, it returns one more fonts. For the example pdf with 5 fonts, PXCp_ET_GetFontCount retrieves 6 fonts, for the other example pdf with no fonts, the function retrieves 1 font. Under Document Properties...
by edvschu
Fri Sep 03, 2010 10:00 am
Forum: PDF-XChange Viewer SDK
Topic: Using ActiveX Control as capsuled Control
Replies: 5
Views: 2094

Re: Using ActiveX Control as capsuled Control

Hello,

can you give me a example for the workaround? All i tried doesn't work.

kind regards

edvschu
by edvschu
Wed Aug 04, 2010 10:30 am
Forum: PDF-XChange Viewer SDK
Topic: Using ActiveX Control as capsuled Control
Replies: 5
Views: 2094

Using ActiveX Control as capsuled Control

Hello, until now we used Version 2.0 Build 41.5. ActiveX Control is capsuled in our Control. VB6 is the environment to build the Control. The OS is WinXP with SP3. In VBScript run the control by parameter to open a pdf. After displaying the pdf, you can print it. There is no problem. With upgrading ...