Multipage tiff file to PDF

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
ericr
User
Posts: 14
Joined: Wed Jan 28, 2015 4:50 pm

Multipage tiff file to PDF

Post by ericr »

Hello,

I have a problem.

How to create or insert multipage tiff file(image) to pdf(C#).
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Multipage tiff file to PDF

Post by Tracker Supp-Stefan »

Hello ericr,

This is a rather old topic but there is a sample in it:
https://forum.pdf-xchange.com/ ... 2021#p2021

Regards,
Stefan
ericr
User
Posts: 14
Joined: Wed Jan 28, 2015 4:50 pm

Re: Multipage tiff file to PDF

Post by ericr »

ok, this topic is old.

but,i need example in c#.

how to use the external method:
[DllImport("pxclib40.dll")]
public static extern int PXC_AddImageExA(int pdf, [MarshalAs(UnmanagedType.LPStr)]string filename,
int[] image, int pages);


netframework 3.5

regards
ericr
User
Posts: 14
Joined: Wed Jan 28, 2015 4:50 pm

Re: Multipage tiff file to PDF

Post by ericr »

Hi, Stefan

I resolved this issue.

The topic that mention in older post works fine.

Convert the vb code to c# code.


Regards,

Stefan
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Multipage tiff file to PDF

Post by Tracker Supp-Stefan »

Glad to hear that ericr!

Cheers,
Stefan
Post Reply