Search found 6 matches

by RichHolliday
Thu Oct 19, 2017 2:04 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4754

Re: PXC_Document::WriteToFile access violation

Hi Victor I very much appreciate your prompt reply. Just to clarify - I am not expecting either a crash or an error, I am expecting my test to run to completion without issue. I am running the test on a 64-bit Windows 10 virtual machine and my application is a 32-bit native C++ application. What is ...
by RichHolliday
Wed Oct 18, 2017 4:37 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4754

Re: PXC_Document::WriteToFile access violation

I have managed to extract the error code from PXC_Document::WriteToFile. Please can someone tell me what error code: 83ff0020 means
by RichHolliday
Wed Oct 18, 2017 3:13 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4754

PXC_Document::WriteToFile access violation

Hi, I am a developer of an application that attempts to render hundreds of PDF documents consecutively. I am experiencing arbitrary access violation crashes when calling IPXC_Document::WriteToFile . I am using a test that attempts to render approximately 500 documents. The number of PDF documents th...
by RichHolliday
Tue Jul 18, 2017 10:46 am
Forum: PDF-XChange Core API SDK
Topic: Increased PDF sizes when compared with v4 "Tools SDK"
Replies: 3
Views: 1847

Re: Increased PDF sizes when compared with v4 "Tools SDK"

Hi Sasha,

Thank you for your reply. Is there anything we can do to bring the PDF sizes more inline with V4 Tools SDK?
Our product processes 1000s of documents at a time and we believe the increased file size is having an impact on performance.
by RichHolliday
Mon Jul 17, 2017 5:36 pm
Forum: PDF-XChange Core API SDK
Topic: Increased PDF sizes when compared with v4 "Tools SDK"
Replies: 3
Views: 1847

Increased PDF sizes when compared with v4 "Tools SDK"

Hi, We are having an issue regarding inflated PDF sizes when comparing this with equivalent rendering using the older "Tools SDK". We have reason to believe this has something to do with embedded fonts, which always seem to be embedded into the PDF even if we use "FontPolicy_Never&quo...
by RichHolliday
Thu Jun 29, 2017 1:29 pm
Forum: PDF-XChange Core API SDK
Topic: Image compression - JPEG quality
Replies: 1
Views: 1409

Image compression - JPEG quality

Hi, We are attempting to apply JPEG compression via an encoding filter, using the example method here: https://sdkhelp.pdf-xchange.com/view/PXV:IPXS_EncodeFiltersArray_AddFilterInfo#Sample As the example above is for the editor, we have adapted it for use with the Core SDK. When creating our test do...