Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Monday, April 13, 2015 4:23:41 AM(UTC)

alex78  
alex78

Groups: Registered
Posts: 11


Hello Guys,

does Leadtools 16.5 support the PDFFile? (see below examples)

if yes, how?


The following example will convert an existing PDF file to PDF/A:




// Create a PDFFile object from the input PDF file
PDFFile inputFile = new PDFFile("Input.pdf");
// Convert it to PDF/A
inputFile.ConvertToPDFA("OutputPDFA.pdf");



This example will merge 4 PDF files:




// Create a PDFFile object from the first PDF file
PDFFile firstFile = new PDFFile("1.pdf");
// Merge it with the second, third and forth files
firstFile.MergeWith(new string[] { "2.pdf", "3.pdf", "4.pdf" }, "Output.pdf");
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, April 14, 2015 5:31:32 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

The PDFFile class is not available in LEADTOOLS v16.5 or older versions.
It is available in LEADTOOLS v17.5 and above versions of our toolkit (18, 19, etc.).

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.049 seconds.