advanced pdf tools

PDF Linearization

I just purchased the VeryPDF Advanced PDF Tools SDK product.

When I save the PDF output with the -! True setting the output file reports that it is optimized but the file will not stream properly from a web server.  If I re-save the PDF output with Acrobat, which re-saves the file with linearization within Acrobat then that file will stream properly from a web server.

Can you verify that linearization still works in the Advanced PDF Tools SDK product?
=============================
Please download the latest version of pdftoolsdk.dll from following URL, the latest version does support -S switch for linearization,

XXXXXXXXXXXXXX

VeryPDF
=============================
Thank you for the updated file.  What is the exact format of the -S command since I cannot get it to work.

-i filein.pdf -o fileout.pdf       then what???
=============================
You can use following command line for -S parameter,

pdftools -i filein.pdf -o fileout.pdf    -S "linearize=true"

you can use following VC++ source code to use the -S parameter,

__declspec(dllexport)
int WINAPI VeryPDF_PDFTools(LPCTSTR lpCommand);

char szCommandLine[1024];
char *lpLicenseKey = "XXXXXXXXXXXXXX";
sprintf(szCommandLine,"pdftools.exe \"-$\" \"%s\" -S \"linearize=true\" -i \"%s\" -o \"%s\"", lpLicenseKey, "C:\\test.pdf", "C:\\_test.pdf");
int nRet = VeryPDF_PDFTools(szCommandLine);

if you still can't get it work, please feel free to let us know, we will create an example project to you shortly.

VeryPDF
==============================
Thank you for the update.  It appears to be working but it is very slow.  Much slower than the VeryPDF Advanced PDF Tools command line version (over four times slower).

The last two versions of the DLL are much larger in size than the original release (3,000kb vs 300 kb).  Did you perhaps send me a debug version, which makes the processing so slow?  If so, could you send me a release that is as fast as the command line version?

Thanks
==============================
1). Because the latest version is using a different method to linearize the PDF file, the new method is compatible all formats of PDF files, but the speed is slow. If the speed is important to you, we can present a copy of PDF Tools Command Line version to you free, you can use PDF Tools Command Line version to linearize your PDF files in most case, if you encounter a PDF file which can't be linearized by VeryPDF Advanced PDF Tools command line, you can use latest version of VeryPDF PDF Tools SDK to linearize it again, is this solution okay to you? If yes, please let me know, I will present a copy of PDF Tools Command Line to you shortly.

2). No, the latest version is not the debug version, because latest version is contain lots of different methods to compatible all formats of PDF files, this will increase the file size, this is normal.

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

PDF Split-Merge Unknown Source error

I get an “Unknown Source” error about 75% of the time when I try and use the PDF merge function.  What typically causes this?

Thanks.

I have tried sending the files to you and you don’t have the same problem.  I think it has something to do with my system.  Sony Vaio running Windows 7.
==================================
What version of PDF Split-Merge are you using?

We suggest you may download PDF Split-Merge v3.0 from our website to try again, will PDF Split-Merge v3.0 work fine to you?

https://www.verypdf.com/pdfpg/pdfpg.exe

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, docconverter com

Use html2pdf.exe to convert xls to pdf

I have installed all the stuff to do the conversion.

When I do a html2pdf.exe « C:\abc.xls » « C:\abc.pdf », it goes on my printer and does not create any file on my hard disk.

Do you have any ideas of what it is wrong?

Thanks
================================

You need use "" to include input and output filenames, please refer to following command line,

html2pdf.exe "C:\abc.xls" "C:\abc.pdf"

you can also download VeryDOC DOC to Any Converter from following page to try, VeryDOC DOC to Any Converter can be used to convert Excel documents to PDF files quickly,

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

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)
pdfcamp printer

I can’t print from Word to PDF file correctly

Well, we still have the same problem...
 
The client will not allow any remote connection to the server, as it's a production server...
 
As I mentioned before, if I print to the "PDFcamp Printer" from any application, the appropriate PDF file gets generated, except with MS Word where a blank PDF gets created (I attached an example).
 
I tried uninstalling and re-installing all of the related applications (PDFcamp 2.3, doc2pdf 2.5, MS Office 2010), without success.
 
I tried to recreate the issue on other computers, without any success either.
 
Any other suggestions?  I'm at the end of my leash with this...
====================================
We suggest you may uninstall PDFcamp Printer v2.3 from your computer first, download and install PDFcamp Printer x64 v2.5 from following URL,

https://www.verypdf.com/pdfcamp/pdfcamp-printer-x64.exe

after you installed PDFcamp Printer x64 v2.5, please print your Word document to PDFcamp Printer and save to a new PDF file, will you get it work at this time?

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)
verypdf blog

Does VeryPDF PCL to PDF Converter retain fonts, lines, shading, etc. during conversion?

Okay,

I am not currently using any of your VeryPDF PCL to PDF Converter products.

I am wanting to know if it will do what I need it to do before I buy it.

I am using a text based data processing application called "Pick" or "Tiger Logic".

I print reports using simple text data which can include PCL control code for HP printers to change fonts, charaters per inch, lines per inch, business graphics, etc. It could be any combination of PCL code.

Will your software for PCL to PDF conversion work as a printer selection on a windows system including 2003 server.

or

Do I have to capture the printer output, write it to a file, then with a program outside of my application, constantly running in the background, capable of command line control, convert that file to a PDF file then place it in the associated directory for future research, email, printing, etc.

Does the output of the PDF match the output of the normal text based data submitted to an HP printer including fonts, lines, shading, etc.

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

Thanks for your message, yes, you need capture the printer output, write it to a file, and then call VeryPDF PCL to PDF Converter to convert your PCL file to PDF file, the output PDF file will same as your original PCL file, the fonts, lines, shading, etc. elements are all supported by VeryPDF PCL to PDF Converter product.

VeryPDF
===========================================
Hello again,
Sorry to bother you but I would like to get this working.
I have attached another report source and pdf This source has no pcl code in it.
I get a 28 page pdf with no data except on the first page and that's incomplete.
My source is 4 times bigger that the pdf.
I opened "trialbal" in wordpad and it looks good except for the paging.

Please tell me the trick.
Thanks
===========================================
We can’t view this PCL file correctly in the PCL Viewer application, it seems something is wrong in your PCL file, can you please double check your PCL file carefully?

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)