Search found 19 matches

by Kutusow
Thu Sep 03, 2020 2:05 pm
Forum: PDF-XChange Core API SDK
Topic: Entries in AF (Associated Files) dictionary for attachments
Replies: 1
Views: 2440

Entries in AF (Associated Files) dictionary for attachments

Hey everyone, I am trying to add attachments to a PDF in a PDF/A conformant way, i.e. I need an entry in the AF dictionary in the catalog for every attachment in order to specify how it relates to the document as a whole. Is there a similar method to IPXC_Document.GetNameTree() that I can use, to ge...
by Kutusow
Wed Mar 27, 2019 2:16 pm
Forum: PDF-XChange Core API SDK
Topic: Using Fonts that are not installed
Replies: 7
Views: 4745

Re: Using Fonts that are not installed

Hey,

are there any news yet concerning this issue?

greetings,
Kutusow
by Kutusow
Thu Feb 28, 2019 11:47 am
Forum: PDF-XChange Core API SDK
Topic: Processing documents in parallel using appdomains
Replies: 3
Views: 4686

Processing documents in parallel using appdomains

Hey there, I am currently trying to process ipxc_documents in parallel even though my main thread is STA. As a workaround I create a seperate appdomain for every document instance. These are created, when my wrapper class for the document is instantiated, which happens in parallel tasks. Now here is...
by Kutusow
Thu Feb 28, 2019 11:24 am
Forum: PDF-XChange Core API SDK
Topic: Loading and freeing core.dll and pxc_inst successively in different threads
Replies: 3
Views: 3097

Re: Loading and freeing core.dll and pxc_inst successively in different threads

Hey, thank you for the link. I already read it before and it doesn't really help me. When I create the pxc_inst in say thread A and then try to access the initialized instance in thread B via the static property of my manager class, the instance throws exceptions. It works, if my main thread is MTA,...
by Kutusow
Wed Feb 27, 2019 2:06 pm
Forum: PDF-XChange Core API SDK
Topic: Loading and freeing core.dll and pxc_inst successively in different threads
Replies: 3
Views: 3097

Loading and freeing core.dll and pxc_inst successively in different threads

Hey, I am working on a Wrapper of your IPXC_Document class. When the first document is created in my program, I load the Core dll and instantiate the IPXC_INST in an abstract Manager class. Afterwards I keep track of the number of documents that are reachable. When this count becomes zero, I finaliz...
by Kutusow
Tue Feb 19, 2019 12:12 pm
Forum: PDF-XChange Core API SDK
Topic: Using Fonts that are not installed
Replies: 7
Views: 4745

Re: Using Fonts that are not installed

Hey Alex,

thanks for the reply.
Are you sure there is no way to do this? I don't wnat to embed the font, i just want to indicate that it should be used. Since e.g. ZapfDingbats is a pdf standard font, the pdf readers should then be able to display it correctly.

kind regards,
Kutusow
by Kutusow
Tue Feb 12, 2019 1:51 pm
Forum: PDF-XChange Core API SDK
Topic: Using Fonts that are not installed
Replies: 7
Views: 4745

Using Fonts that are not installed

Hey, Is there a way to use fonts, that are not installed on my System, but are acutally available in the Editor itself? ZapfDingbats would be such a case. When i try to create fonts using the CreateNewFont() and CreateNewFont2() methods of the PXC_Document class, I either get an exception or the fon...
by Kutusow
Mon Jan 28, 2019 7:56 am
Forum: PDF-XChange Core API SDK
Topic: Verifying/Validating a Digital Signature
Replies: 3
Views: 2717

Re: Verifying/Validating a Digital Signature

Thanks for the reply. Since you qualified your answer for Core API SDK, may I ask whether it is available in any of your other products, or are there any plans to include this functionality in the future?
by Kutusow
Mon Jan 21, 2019 11:29 am
Forum: PDF-XChange Core API SDK
Topic: Verifying/Validating a Digital Signature
Replies: 3
Views: 2717

Verifying/Validating a Digital Signature

Hey, I am currently testing the functionality for digital signatures. I already signed a document using .DeferedDigitalSign() of the IPXC_Document class. The next logical step would be to check whether a document is signed by a specific person, and then, whether the signature is valid or not. I have...
by Kutusow
Tue Jan 08, 2019 1:29 pm
Forum: PDF-XChange Editor SDK
Topic: Problems using Bitmap.FromHBitmap() because of uint and inptr
Replies: 1
Views: 740

Problems using Bitmap.FromHBitmap() because of uint and inptr

Hey, I am currently working on a Wrapper of your PDF document class. I want a method that extracts all images and returns a System.Drawing.Image Array. Here is my Code: private Image[] GetImagesFromContentItem(PDFXEdit.IPXC_Content content) { var imageList = new List<Image>(); PDFXEdit.IIXC_Page ip;...
by Kutusow
Tue Jan 08, 2019 10:53 am
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Hey Alex,

thanks a lot for your help.
I changed how the dll is loaded. Now I use the C-export Method as described here. It works fine now without cab (I did not bother to also test it with cab)

again,
thank you for your endeavors!
by Kutusow
Tue Nov 20, 2018 7:32 am
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Sure, I would translate it as: "Microsoft Word does not answer" in the title, and then "Microsoft Word does not react/respond and the file xxx ist not processed at the moment. What do you want to do?" I attached a Picture of the Messagebox, again in German. If it helps, I can use...
by Kutusow
Mon Nov 19, 2018 7:28 am
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Hey, I tested it now with the new dll and both (1) with and (2) without the Addition of "cab". The result is still pretty much the same. The program freezes, waiting for a response from MS Word. But to no avail. After an extended period of time, it finally delivers a Messagebox. In case (1...
by Kutusow
Tue Nov 13, 2018 2:04 pm
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Oh... thanks for the help. I've never done that before. With your help, I have finally added the dll to my project. But I still can't test it because the dll you gave me is a Core dll, yet the ImportConverter is IPXV. I think I need the Edit dll for that, no? Am I missing something? thanks again for...
by Kutusow
Tue Nov 13, 2018 11:32 am
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Hey, I would like to do that, but I get the error I was writing about. "A reference to .dll could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component." For all I can see, access to the file should be alright, since the settings are i...
by Kutusow
Mon Nov 12, 2018 12:37 pm
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Thank you for the dll I tried to add a reference to this dll in my project, but I get an error: "A reference to .dll could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component." The access options are identical to those of my current ...
by Kutusow
Mon Nov 05, 2018 3:40 pm
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Hey,

thanks again.
I added your code, but sadly the issue is still not resolved.
It feels like the time until i get the Messagebox is just a bit longer now.
(Also, "m_Inst.GetFormatConverterParams(true, importCV.ID)" throws an Exception when I try to load a PDF-file with it.)
by Kutusow
Mon Nov 05, 2018 7:52 am
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Re: Conversion of Office Formats to PDF

Hey, thank you for the reply. 1. DLL version should be 7.0.0327.0000 and x86 2. Windows 10 Enterprise 64-Bit 3. AMD FX 6300 4. yes it occurs each time, with all types of office related files 5. C# Here is the code i use. I get the same issue, when i try to use this code in the TiffExtractor Example ...
by Kutusow
Tue Oct 30, 2018 12:30 pm
Forum: PDF-XChange Core API SDK
Topic: Conversion of Office Formats to PDF
Replies: 20
Views: 9630

Conversion of Office Formats to PDF

Hey Everybody, I am having issues, using IPXV_ImportConverter loading Office documents. I am pretty sure that I have the appropriate converter, but there seems to be an issue concerning the interaction with Office. Whenever i try to load a MS Word document, a message box pops up after a short delay,...