pdf split-merge

PDF Split merge is fail to merge my PDF files

I am having a continuous problem with the program crashing every time I try to merge pdfs.  I cannot get it to work – please help.

Thank you,
=============================
You can run following command lines to merge your PDF files,

"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" C:\A.pdf,1,3 C:\merged.pdf

"C:\Program Files\VeryPDF PDF Split-Merge v3.0\pdfpg.exe" C:\A.pdf C:\B.pdf C:\C.pdf C:\merged.pdf

We hoping above command lines will merge your PDF files properly, please run them to try.

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)
doc to any converter

How to convert DOC, DOCX, RTF, PDF files to HTML files without MS Office installed?

Hi,

My Requirements are :
I am owning a webserver which host single site. I had a requirement to convert doc, docx , rtf and pdf  to HTML.
But i cannot install Office word on Webserver. If an need to install anything other than word which is license free i am ready to do so.
Will your component work for me. to convert above formats.

Server Windows  2008.
Application type: ASP.NET 4.0  WEbsite

Please let me know

Thanks
============================
Our DOC to Any Converter is able to convert DOC and RTF files to HTML files without MS Office installed, you may download the trial version of DOC to Any Converter from following web page to try,

http://www.verydoc.com/doc-to-any.html

For the PDF to HTML Converter, you can download PDF to HTML Converter Command Line product from following web page to try,

https://www.verypdf.com/pdf2htm/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)
pdf to image converter

Convert PDF file to ClassF compatible TIFF files

Hello veryPDF,
[Question]
Our FAX cannot recognize TIFF image with Group 3 Fax (CCIT FAX3)
compression converted by easyPDF SDK.
As for Group 3 Fax (CCIT FAX3) compression, "Compression" tag should be
"3" and "Group3Options" tag has to be written in the TIFF data.
However the created TIFF image does not have Group3Options tag.
I assume that is why our FAX cannot recognize the TIFF image
as correct format of Group 3 Fax (CCIT FAX3) compression.
Is CCITT FAX GROUP3 supposed to output Class F compatible format?

=========================

PDF to Image SDK does support following compression methods,

#define        COMPRESSION_NONE        1    /* dump mode */
#define        COMPRESSION_CCITTRLE    2    /* CCITT modified Huffman RLE */
#define        COMPRESSION_CCITTFAX3   3    /* CCITT Group 3 fax encoding */
#define        COMPRESSION_CCITTFAX4   4    /* CCITT Group 4 fax encoding */
#define        COMPRESSION_LZW         5       /* Lempel-Ziv  & Welch */
#define        COMPRESSION_JPEG        7    /* %JPEG DCT compression */
#define        COMPRESSION_PACKBITS    32773    /* Macintosh RLE */
#define        COMPRESSION_CLASSF                88888888
#define        COMPRESSION_CLASSF196            88888889
#define        COMPRESSION_CLASSF204X98_G3        88888886
#define        COMPRESSION_CLASSF204X196_G3    88888887
#define        COMPRESSION_CLASSF204X98_G4        88888888
#define        COMPRESSION_CLASSF204X196_G4    88888889

COMPRESSION_CCITTFAX3  is can only compress TIFF file with CCITT Group 3 fax encoding, however, it can’t general ClassF compatible TIFF files, if you wish create ClassF compatible TIFF files, you need use following compression types,

COMPRESSION_CLASSF
COMPRESSION_CLASSF196
COMPRESSION_CLASSF204X98_G3
COMPRESSION_CLASSF204X196_G3
COMPRESSION_CLASSF204X98_G4
COMPRESSION_CLASSF204X196_G4

these compression types will able convert PDF file to ClassF compatible TIFF files, please refer to following example source code,

        nResult = PDFToImageConverter(szPDFFileName,"C:\\204x98_g3.tif",NULL,NULL,200,200,1, COMPRESSION_CLASSF204X98_G3,100,FALSE,TRUE,-1,-1);

        nResult = PDFToImageConverter(szPDFFileName,"C:\\204x196_g3.tif",NULL,NULL,200,200,1, COMPRESSION_CLASSF204X196_G3,100,FALSE,TRUE,-1,-1);

        nResult = PDFToImageConverter(szPDFFileName,"C:\\204x98_g4.tif",NULL,NULL,200,200,1, COMPRESSION_CLASSF204X98_G4,100,FALSE,TRUE,-1,-1);

        nResult = PDFToImageConverter(szPDFFileName,"C:\\204x196_g4.tif",NULL,NULL,200,200,1, COMPRESSION_CLASSF204X196_G4,100,FALSE,TRUE,-1,-1);

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 SDK product, those characters look blurred because of white outline around the cahracters

Hello VeryPDF,
I am from XXXX Technologies. We get the issue here when converting PDF to image, we get white line along the Chinese Characters.
See the attached files for further explanation. I attached the sample.zip, this zip contains the input pdf file and affected bmp output.
I also attached our latest dll, perhaps this helps you to indicate/track where our dll version stands at.
Could you give us some feedback or answer why this happens please?
we really appreciate it, If you could priotize this issue. Thank you.

image

image

Example source code to call the VeryPDF PDF to Image SDK product,

Set objWshShell = CreateObject("WScript.Shell")
appPath = objWshShell.CurrentDirectory + "\"
Set objWshShell = Nothing

Set oConverter = CreateObject("VeryPDF-PDFConverter")
Set oPDF2Image = oConverter.PDF2Image

oPDF2Image.ImageResolution = 600
oPDF2Image.ImageColor = 2       ' CNV_IMAGE_CLR_8BIT
oPDF2Image.ImageFormat = 0      ' CNV_IMAGE_FMT_BMP
oPDF2Image.AddPageNumberForSingleFileOutput = True
oPDF2Image.MinimumPageNumberDigits = 3
oPDF2Image.PageNumberSeparator = "_"

oPDF2Image.Convert appPath + "input.pdf", appPath + "output.bmp"

Set oPDF2Image = Nothing
Set oConverter = Nothing

MsgBox "done"

=================================

We have fixed this problem to you, please download the latest version of PDF to Image SDK from our website to try again.

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

Pre-sale questions for PDF to Image Converter SDK product

To. Whom it may concern,

Our office is located in Seoul, Korea.

We develop SW video conferencing solution, and are interested in getting to know more about your product.

Here are some of questions that we have with regard to purchasing developer license of PDF To Image Converter COM Component v2.0 (including C++, VB, ASP examples),

1. We would like to know how we could purchase this product. Would it be thru internet purchase or some other method available?
2. After purchasing your product above, how would we receive your product? For example, would it be delivered in source code form or as in dll and/or lib file?
3. When and how do we receive the manual or source code necessary for development?
4. Would like to know about your A/S policy. When we find certain bugs or errors, how could we get your technical support?
5. On your website, it states that upon purchasing developer license, we could distribute your product, which by the way would be embedded in our software product. Would it be loyalty free for unlimited distribution? Please let us know.

We appreciate your prompt response on the matters above.

Thank you.

Best regards,
====================================
>>1. We would like to know how we could purchase this product. Would it be thru internet purchase or some other method available?

You can purchase the product from our website directly.

We offer numerous customer payment options including: Visa, MasterCard, American Express, Discover, JCB, Switch, Solo, Paypal, US Check, EFT, Wire Transfer, Credit Card by Phone or Fax with 16 toll-free international numbers.

>>2. After purchasing your product above, how would we receive your product? For example, would it be delivered in source code form or as in dll and/or lib file?

After you purchased the product from our website, you will receive your license key immediately. The download package contains DLL Libraries and VB, VC++, C#, .NET etc. examples.

>>3. When and how do we receive the manual or source code necessary for development?

Please refer to "PDF To Image Converter COM component user manual" from following web page,

https://www.verypdf.com/pdf2tif/pdf-to-image-sdk.htm

If you have any question for the PDF to Image Converter SDK product, you can try to search the answer in our Knowledge Base, we are always update our Knowledge Base everyday,

https://www.verypdf.com/wordpress/

>>4. Would like to know about your A/S policy. When we find certain bugs or errors, how could we get your technical support?

We are provide "Gold Support" option for our customers, Gold Support is US$1200 per year, you will save 20% if you purchase "Gold Support" along with our product, with "Gold Support", VeryPDF will use reasonable best efforts to correct failure and provide this fix to client in a timely manner, "Gold Support" does include analysis of problematic files or other troubleshooting activities. Please look at following page for the more information about the "Gold Support",

https://www.verypdf.com/custom/maintenance.htm

For example, if you encounter a PDF file that our product can't process it, we will fix this problem for you in a timely manner if you purchased "Gold Support". under the Free Support, we can only provide a fix to you until the next version of this product be released.

However, Gold Support is OPTIONAL and not required.

>>5. On your website, it states that upon purchasing developer license, we could distribute your product, which by the way would be embedded in our software product. Would it be loyalty free for unlimited distribution? Please let us know.

Yes, after you purchased the developer license, you can integrate our product with your application and distribute it with your own application royalty free.

You can also look at our license agreement for detailed information,

https://www.verypdf.com/custom/license_agreement.htm

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)