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:
How can I repair PDF's corrupted XREF table and stream lengths?
How to install and use VeryPDF HookPrinter to capture print jobs?
VeryPDF Cloud REST API – Create Edit Convert PDF to Word Excel HTML TXT Image Flash SWF
Building a custom virtual printer driver with VeryPDF Customizable Virtual Driver SDK
VeryPDF Document Processing Solution for Government
VeryPDF PDF to Excel Converter SDK for Developers Royalty Free
Understanding PCL and SPL File Conversion: Solutions for Managing Spool Files
[Solution] Choosing the Right VeryPDF SDK for SPL-to-PDF Conversion and Print Job Capture