Below you can see a samle how to uncompress or unpack a PDF file in C#, you can port this C# example to VB.NET or ASP.NET code easily,
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Call_PDFToolBoxCom
{
class Program
{
static void Main(string[] args)
{
string strExePath = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;
PDFToolBoxCom.PDFToolBoxCom p = new PDFToolBoxCom.PDFToolBoxCom();
string strReturn = p.RunCMD(@"D:\temp\test.pdf -outfile D:\temp\out.pdf -unpack -$ XXXXXXXXXXXXXXXXXXX");
Console.WriteLine(strReturn);
Console.WriteLine("Please enter any key to continue...");
Console.ReadKey();
}
}
}
Related Posts
Related posts:
PDF Toolkits for Active X and DotNet
How to get VeryPDF Printer Capturer?
HookPrinter couldn't generate FP000XX.SPL files. How to capture print jobs from Windows Printer or S...
Reading Bar Code from PDF File using C# source code
VeryPDF Lines Removal SDK: Removing Unwanted Lines from Images
User Questions for SPL2PDF SDK, HookPrinter and PDF Editor SDK products
[Solution] How to Intercept All Print Outputs Using Real and Virtual Printers?
VeryPDF.OMR SDK is an Optical Mark Recognition (OMR) Solution for Developers Royalty Free, VeryPDF O...