Gnostice 


Smart needs... Smarter solutions...
 
OEM Options

To send us your requirements, click here.

   
Home > Products > Software Developers > PDF2Many ActiveX/.NET > FAQs
 
      PDF2Many ActiveX/.NET - Convert PDF to HTML, RTF, TIFF, JPG and more
 
General

What is Gnostice PDF2Many?
Why do I need Gnostice PDF2Many?
Can I edit PDF documents using PDF2Many?
Who can use PDF2Many?
What are the minimum requirements for using PDF2Many?
Can I try PDF2Many before I buy?
What are the limitations of the trial edition?
Does Gnostice PDF2Many require Adobe® Acrobat™ to work?
Do I need to supply any additional files with my application for PDF2Many to work?
How do I buy Gnostice PDF2Many? 
Can I create PDF documents from scratch using PDF2Many?
Can I convert encrypted PDF documents using PDF2Many?
What versions of PDF documents does PDF2Many support?

Technical

How do I Convert a PDF document to HTML using PDF2Many?

General

What is Gnostice PDF2Many?
Gnostice PDF2Many ActiveX/.NET is a versatile PDF document conversion component for Microsoft Visual Studio, Microsoft Visual Studio .NET. With PDF2Many you can convert PDF documents to HTML, XHTML, RTF, Excel, Text, TIFF, SVG, PNG, BMP, JPEG, EMF and WMF documents, with only ONE line of code.

Why do I need Gnostice PDF2Many?
Converting PDF documents to other formats from within your application programs enables users to use PDF documents, as formatted text or images, in reports, documents and for other purposes, while otherwise they would have to depend of external applications to do the conversion.

Can I edit PDF documents using PDF2Many?
No, you cannot edit PDF documents using PDF2Many. Please have a look at Gnostice PDFtoolkit for editing and managing PDF documents.

Who can use PDF2Many?
If you are a software developer and you use Microsoft Visual Studio, Microsoft Visual Studio .NET, Microsoft Visual FoxPro, Borland Delphi 8 .NET or Borland C#Builder to develop your software, you can use PDF2Many.

What are the minimum requirements for using PDF2Many?
Please see the System Requirements for complete details.

Can I try PDF2Many before I buy?
YES. The FREE full-feature trial versions of PDF2Many are available on the Download page.

What are the limitations of the trial edition?
Trial versions have the following limitations:
• Each page of the converted document will contain a message stating the document was created using the trial version of Gnostice PDF2Many and the Gnostice web site address printed across the top.
• Converted documents will contain no more than 5 pages of the original PDF document.

Does Gnostice PDF2Many require Adobe® Acrobat™ to work?
NO. PDF2Many does not require any external software or DLLs to work.

Do I need to supply any additional files with my application for PDF2Many to work?
You only need to supply the library files along with the compiled executable (EXE) application to your users. Please see the Deployment topic in Help. Further, the License restricts the distribution of certain files supplied with PDF2Many. Please check the License section for details.

How do I buy Gnostice PDF2Many?
You can buy PDF2Many online and get instant access to the registered version. There are several payment options available. Please check the Buy Now section for details.

Can I create PDF documents from scratch using PDF2Many?
No, PDF2Many can be used only for converting PDF documents to other formats. To create PDF files from scratch, please take a look at Gnostice eDocEngine.

Can I convert encrypted PDF documents using PDF2Many?
Yes, PDF2Many can read and convert encrypted documents, provided the password is supplied to the component at run-time.

What versions of PDF documents does PDF2Many support?
PDF2Many supports PDF version 1.2 (Acrobat 3) to version 1.6 (Acrobat 7).
 

Technical

How do I convert a PDF document to HTML using PDF2Many?

Multiple PDF documents can be merged using the MergeDocs function, as shown below:

  [VB]
    Private Sub Command1_Click()
      ' Set the input and output file names
      gtPDF2ManyX1.InputPDFFile = "C:\Sample.pdf"
      gtPDF2ManyX1.OutputFileName = "C:\Output"
      ' Set file to open automatically on conversion
      gtPDF2ManyX1.OpenAfterCreate = True
      ' Invoke command to convert specifying HTML as the output format
      gtPDF2ManyX1.RenderDocument(rtHTML)
    End Sub

  [VC++]
    void CPdftomanyDlg::OnButton1()
    {
      // Set the input and output file names
      m_pdftomany.SetInputPDFFile("C:\\Sample.pdf");
      m_pdftomany.SetOutputFileName("C:\\Output");
      // Set file to open automatically on conversion
      m_pdftomany.SetOpenAfterCreate(true);
      // Invoke command to convert specifying HTML as the output format
      m_pdftomany.RenderDocument(1);
    }

  [VB.NET]
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
      'Set the input and output file names
      AxgtPDF2ManyX1.InputPDFFile = "C:\Sample.pdf"
      AxgtPDF2ManyX1.OutputFileName = "C:\Output"
      ' Set file to open automatically on conversion
      AxgtPDF2ManyX1.OpenAfterCreate = true
      'Invoke command to convert specifying HTML as the output format
      AxgtPDF2ManyX1.RenderDocument(PDF2ManyX.TgtRenderTypeX.rtHTML)
    End Sub

  [C#.NET]
    private void button1_Click(object Sender, System.EventArgs e)
    {
      // Set the input and output file names
      axgtPDF2ManyX1.InputPDFFile = @"C:\Sample.pdf";
      axgtPDF2ManyX1.OutputFileName = @"C:\Output";
      // Set file to open automatically on conversion
      axgtPDF2ManyX1.OpenAfterCreate = true;
      // Invoke command to convert specifying HTML as the output format
      axgtPDF2ManyX1.RenderDocument(PDF2ManyX.TgtRenderTypeX.rtHTML);
    }
 

    Privacy | Legal | Feedback Copyright © 2002-2008 Gnostice Information Technologies Private Limited. All rights reserved.    


Quick Links
Corporate: Profile | Mission | Technology Partners | Reseller Partners | Latest News | News Archives | Careers | Route Map | Customers | Testimonials | Newsletters Product Categories: Software Developers | Business Analysts | Business Users | Enterprises ♥ Developer Tools: PDFOne .NET | PDFOne Java | eDocEngine VCL | PDFtoolkit VCL | Print2eDoc SDK | eDocEngine ActiveX/.NET | PDFtoolkit ActiveX/.NET | PDF2Many ActiveX/.NET | Many2PDF ActiveX/.NET ♥ Project Requirements Management Applications: Caliber Reporter | Office Productivity Applications: Print2eDoc | PDFWiz | ONEView ♥ Enterprise Applications: PathQuest ♥ Other Links: Support | Download | Buy Now | Contact Us | Home