pdf split-merge

PDF Split-Merge can’t split PDF file into individual pages

I bought Split-Merge 3.0 but it does not work for (some?) of my pdf-files
I attach two files which cannot be split into individual pages!
==============================
We have tried following command lines just now, everything is fine, the following command lines are able to merge and split your PDF files without any problem,

"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" D:\temp4\ifsr-2011-fee.PDF D:\temp4\ifsr-x011.PDF D:\temp4\out.PDF

"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" burst D:\temp4\ifsr-2011-fee.PDF D:\temp4\out.PDF

"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" burst D:\temp4\ifs
r-x011.PDF D:\temp4\out.PDF

Can you work fine with above command lines in your system?

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf to image converter

PDF to Image Component on x64 machine

I would like to check if the PDF2TIFFEx.dll able to support on x64 machine?
I tried to add them as references in visual studio 2010 premium edition, And it show this error message:
 
A reference to 'D:\PDF2TIFFEx.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
 
Please advise.
==========================================
PDF2TIFFEx.dll is the 32bit version of PDFExtractTIFF COM, you can call it from your 32bit EXE application without any problem.
 
However, the 64bit version of PDFExtractTIFF COM is ready, if you have purchased the PDFExtractTIFF COM product, please email to us your Order ID, we will send the 64bit version of PDFExtractTIFF COM to you shortly.

VeryPDF
==========================================
My colleague was recently in touch asking about a 64 bit version of the pdf2tiff converter. We are interested in upgrading to this 64 bit version. Our order number is XXXXXXXXXXXX.
==========================================
Thanks for the information.

I am interested in evaluating the 64 bit version before we purchase. If I download the evaluation version from your web site, does this include the  64 bit COM component?
===========================================
You can download the latest version of PDF2Image SDK from following URL,

http://www.globalpdf.com/pdf2tif/pdf2image_sdk_trial.zip

latest version of PDF2Image SDK does contain the 64bit COM interface, you can use it by following steps,

1. Run "64bit-com-install.bat" or following command line to install PDF2ImageCOM.exe into your system, you need run it by administrator privilege,

PDF2ImageCOM.exe /regserver

2. You can use following 64bit code to test its capability,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Dim oTest, nPageCount, nPageWidth, nPageHeight
    Set oTest = CreateObject("PDF2Image.CPDF2Image")
 
    m_strInputFileName = "C:\test.pdf"
   
    oTest.asp_PDFToImageSetCode("XXXXXXXXXXXXXXXXXXXXXX")
    nPageCount = oTest.asp_PDFToImageGetPageCount(m_strInputFileName)
    nPageWidth = oTest.asp_PDFToImageGetPageWidth(m_strInputFileName, 1)
    nPageHeight = oTest.asp_PDFToImageGetPageHeight(m_strInputFileName, 1)
   
    'Converter PDF file to TIFF file by DPI information
    oTest.asp_PDFToImageConverter m_strInputFileName, "C:\example1_tiffpack.tiff", "", "", 300, 300, 24, 32773, 70, 0, 1, -1, -1
    oTest.asp_PDFToImageConverter m_strInputFileName, "C:\example1.emf", "", "", 300, 300, 24, 32773, 70, 0, 1, -1, -1
   
    'Converter PDF file to TIFF file by page size information
    oTest.asp_PDFToImageConverterEx m_strInputFileName, "C:\example1_tiffpack_page_size.tiff", "", "", 1, nPageWidth, nPageHeight, 24, 32773, 70, 0, 1, -1, -1

    MsgBox "Convert Success!"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf form filler

How to implement our requirments using veryPDF form filler SDK

Hi,
We are looking to solve the problem below. This is an immediate deliverable and we are looking to purchase a solution immediately.
Your help is appreciated
Thanks

Our requirement is to:
1. Create an "initial" form which is essentially a static template of a questionnaire (I already did this in Acrobat X Pro)
2. When the user requests this form; we need to programmatically create a "customized" version of it by  filling in a bunch of read-only header fields with data that varies on a per request basis (I assume we’ll do this using your product)
3. Download this  "customized" form to the use (trivial – we can do this on our own)
4. Let the user fill it the data fields in the form offline and save it to disk (this is where we are concerned because Adobe Reader often doesn’t allow the user to save data and we prefer not to have to bother all of our users to install a different reader. Can your SDK create a form that Adobe Reader will allow the user to save the data that is typed in?)
5. Provide the users a way to upload the completed form (trivial – we can do this on our own)
6. Read the data from the form into our ASP.NET program (I assume we’ll do this using your product)
We are working in VB.NET environment.
========================================
Hi,

>>4. Let the user fill it the data fields in the form offline and save it to disk (this is where
>>we are concerned because Adobe Reader often doesn’t allow the user to save data and
>>we prefer not to have to bother all of our users to install a different reader. Can your SDK
>>create a form that Adobe Reader will allow the user to save the data that is typed in?)

You can download the trial version of PDF Form Filler GUI OCX v3.1 from following web page to try,

https://www.verypdf.com/pdfform/index.html#dl
https://www.verypdf.com/pdfform/pdfformocx.zip

you can use PDF Form Filler GUI OCX v3.1 to fill your fillable PDF forms easily.
>>6. Read the data from the form into our ASP.NET program (I assume we’ll do this using your product)

You can use our PDF Form Filler GUI OCX v3.1 or PDF Form Filler SDK (COM) v3.1 to extract the data from your PDF files to XML or FDF format, then you can import XML or FDF into database for further process.
>>We are working in VB.NET environment.

Yes, all of our products can be called from VB.NET environment.

VeryPD

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
docprint pro

Convert djvu file to PDF file by docPrint PDF Driver

We are not able to make use of the command line to convert any .txt documents.
I attached a sample as example.

We use the command:

 doc2pdf -i fong.txt -o b.pdf
================================
This problem has been fixed in latest version of doc2pdf.exe application, you can download the docPrint Pro v5.0 from our website to try again.

Additionally, you can also rename .txt to .htm, then you can convert this .htm to PDF file properly.

VeryPDF
================================

In the docPrint Pro v5.0 product, you can run following command line to convert your text files to PDF files,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\test.txt -o C:\out.tif -b 1 -s PrintTXTMode=1

OR

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\test.txt -o C:\out.pdf -s PrintTXTMode=1

VeryPDF
=============================================
Hi VeryPDF Support,

Currently we are faced the docprint(convert to PDF) problem as attachment
files. For your information, the first time run up doc print will convert to
PDF properly but after several hour the entire extension such as doc,docx
,txt or ppt could not be convert and it show the error: Windows cannot print
due to a problem with the current printer setup. However, after restart the
server, it can convert to PDF again and after several hour the docprint will
not convert to PDF again.

Actually we did reinstall the doc print.exe before but still faced a same
problem.

The server using are window server 2003 Sp2 R2 version X64 bit.

Please let us know how to resolve it asap.
==================================================

Also, Is there a command line option to set the dpi for the PDF conversion?

Thanks.
===================================================

PDF format is the vector format, it doesn’t support DPI option, do you wish
control the paper size instead of DPI?

VeryPDF
===================================================
We have installed djview, yet we are still not able to convert djvu format to pdf.  Please let us know if djvu format can be supported in doc2pdf.

Do we need to install any viewer to be able to convert .jpg, .tif, and .html documents to PDF under Windows Server 2008 or Windows Server 2003?
===================================================
You can open the djvu file in djvu viewer application, print it to docPrint PDF Driver by manual, then you can convert djvu file to PDF file properly.

Yes, you can open the JPG, TIF, and HTML documents in associated application, print them to docPrint PDF Driver by manual, then you can save to PDF files quickly.

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf split-merge

Combing PDF documents

I am looking at purchasing your product. I downloaded and used the “try” option. I cannot  find a tool for combining already existent PDF documents. I have a situation where I need to combine various PDF docs into a single PDF doc with bookmarks et on a regular basis. Since the Docs are produced through various applications, it is difficult to first merge into say a word doc and then print to PDF. It would be much easier to insert PDF pages from existant docs as one could do through Acrobat.

Other than that I like you product. The interface is good and the rest of the tools are great.

Please let me know if there is a way of combing the PDF docs I mentioned.
===============================
Please download PDF Split-Merge v3.0 from our website to try, you can use PDF Split-Merge v3.0 to merge all of your PDF files into one PDF file easily,

https://www.verypdf.com/pdfpg/index.html#dl

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)