Search found 3 matches

by scoberry
Tue Oct 17, 2017 12:17 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: Type registration required: IPXV_Inst.CreateOp().Params.Root
Replies: 1
Views: 4999

Type registration required: IPXV_Inst.CreateOp().Params.Root

We have some code that sometimes runs on 32-bit, sometimes on 64-bit, and we'd like to avoid registering DLLs. https://sdkhelp.pdf-xchange.com/view/PXV:PXV_Inst says you can use the SDK in most circumstances without registration (but not PXV_Control). That matches what I wanted to do: I'm trying to ...
by scoberry
Thu Oct 05, 2017 1:23 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_InsertPagesTo file size
Replies: 3
Views: 6061

Re: PXCp_InsertPagesTo file size

Thanks. I don't see a way to attach a file in the forum. I've put the file at https://ufile.io/wqunt. It's a 43-page document, and the file sizes get larger for the later pages (they strictly increase from one page to the next, as if it's including data from previous pages). So page 43 is the worst,...
by scoberry
Thu Oct 05, 2017 12:23 pm
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: PXCp_InsertPagesTo file size
Replies: 3
Views: 6061

PXCp_InsertPagesTo file size

I'm trying to get a page from a multipage PDF. XCPro40Demo has a good illustration of the functionality I want, using PXCp_InsertPagesTo. I ran the demo and it works, but the file size for some of the pages is quite large. I have a 43 page PDF that's ~3.4MB, and the single-page files range as high a...