#1
Posted
:
Monday, April 13, 2015 4:23:41 AM(UTC)
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");
#2
Posted
:
Tuesday, April 14, 2015 5:31:32 AM(UTC)
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.