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 to rotate an entire PDF document to 180 degrees?
Problem running htmltools from ASP.NET / IIS 7.5 / Server 2008 R2
VC++ source code for EMF to Text Converter, Text Extraction from EMF and PDF formats
Do you have a SDK product or DLL Library which can convert from PDF files to many other formats?
Convert vector EMF files to vector PDF files using EMF to PDF Converter Library which written in C++...
Use VeryPDF EMF to PDF Converter Library to convert EMF and WMF files to PDF files on Windows, Mac a...
VeryPDF PDF to Word Converter SDK for Developers Royalty Free
[Solution] VeryPDF Textract is an Advanced Document Data Extraction for the Modern Enterprise