Search found 2 matches

by vedika
Wed Feb 20, 2019 9:00 am
Forum: Example requests & Code samples
Topic: How to merge 2 PDF files
Replies: 9
Views: 24011

Re:

Hi, You can only merge existing pdf creating output images content PDF mixing the gdviewer & the imaging classes of the GdPicture Pro SDK . I give you a simple visual basic function to merge 2 pdf : Sub Merge2PDF(sInPDFPath1 As String, sInPDFPath2 As String, sOutPDFpath As String) Dim nCpt As L...
by vedika
Tue Feb 19, 2019 9:25 am
Forum: Example requests & Code samples
Topic: [C#/VB.NET] Converting PDF files to TIFF images
Replies: 3
Views: 14515

Re: [C#/VB.NET] Converting PDF files to TIFF images

Thanks for this information, it has helped me for my project.