verypdf blog

PCL to Postscript paper format mismatch

Hello
I'm using your VeryPDF PCL to PDF converter flawlessly, using various paper formats ( A3,A4, ...).
I need now to convert PCL to Postscript. I've only changed the extension of the outpufile and I do get a valid postscript file. But there is a big issue with the paper format:
My original PCL file is an  A4 formatted PCL ( including a ESC &l26A command and a PJL SET PAPER=A4 command), but I get a postscript file in a Letter format. I've tried everything with the command line options, and still get a Letter format file. If I turn to PDF output, the issue does not appear.

Best Regards
===============================
Can you please email to us your sample PCL file for checking?

VeryPDF
===============================
Certainly
Attached, you'll find CERA4.pcl the original pcl file, followed by its conversion to ps and pdf.
For the Order ID, it was quite a long time but here is it :
===============================

Thanks for your sample files, this is a minor problem, we will fix it and provide a new version to you via email shortly.

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 editor, pdf parser & modify sdk

Online PDF Editing function by ModifyPDF SDK

Hi,

It seems you have back to “Modify Text Part in Image” again, VeryPDF_ModifyPDF_ModifyText() function is can only modify text part in PDF file, it can’t modify text in image, if you wish modify text in image, you need write the relative source code by yourself.

Please refer to following screenshot, this is our PDF Editor product, the user can draw a textbox on PDF page, input text contents, after user finished the modification, he can save this PDF file to a new PDF file, maybe you need a function like this,

I suggest you may try to write the source code to modify image by yourself (or draw a new text layer on original image), it is not necessary to modify PDF file during image modification, this will improve the speed a lot, after user finished the modification and want to save it, you can deliver the modified text information to VeryPDF_ModifyPDF_ModifyText() function, than our ModifyPDF SDK will modify real PDF file again, we hoping this solution will helpful to you.

VeryPDF
=================================
Hello,
Thanks for your suggestions. I have certainly thought about it and even prototyped it too (see attached).
But here is a problem with my own image modification solution:
The ParsePDFSDK does not provide me any information on fonts used on PDF page. I have no information on font size, font type font color, etc.
Therefore my image edits will look much different comparing to the result of ModifPDFSDK edits.

I would like to show user two scenarios:
3. Proposed Edits: Where oldText and newText is shown on the image on the same time. I was able to accomplish this (see attached).
4. Final Product: In this case, only the newText will be shown. With the current version of ModifyPDFSDK, I can do that only when I write changes to the file and read back edited pages. Clearly that takes processing time and I am not satisfied with the results.

I can think of two methods to solve this problem:
3. You will have to be sure that PDFParseSDK (Phase I) delivers to me all necessary information for me to edit the image.
4. You update ModifyPDFSDK to give me the “Final Product” image of the PDF page without writing it to the file.
Which one of these two methods will work better?
=================================
Thanks for your message, I think your "Proposed Edits" solution is good, you can always use "Arial" and "Red Color" to show the new text on screenshot, after user finished the change, you can call ModifPDFSDK to create the final PDF file, this solution can be done easily, MS Word does use this solution to comment a Word document too,

~~~~~~~~~
1. Proposed Edits: Where oldText and newText is shown on the image on the same time. I was able to accomplish this (see attached).
~~~~~~~~~

>>2. Final Product: In this case, only the newText will be shown. With the current
>>version of ModifyPDFSDK, I can do that only when I write changes to the file and
>>read back edited pages. Clearly that takes processing time and I am not satisfied
>>with the results.

This solution can't be done easily, "write changes to the file and read it back" will take too long time, it will cause bad experience to users. From my personal opinion, I think your "1. Proposed Edits:" solution is good, because you can control everything in this solution.

>>I can think of two methods to solve this problem:
>>1. You will have to be sure that PDFParseSDK (Phase I) delivers to me all necessary information for me to edit the image.
>>2. You update ModifyPDFSDK to give me the “Final Product” image of the PDF page without writing it to the file.
>>Which one of these two methods will work better?

These two methods are all not too good, for the "#1, font information", if your PDF file does use an embedded font, this font is not installed in your system, how do you handle this case? So, if you can use fixed "Arial" or "Red Color" to show the new text, that's would be good.

For the "2. You update ModifyPDFSDK" solution, it will spend long time to generate the new image, in general, it will spend 2~3 seconds to convert a PDF page to image, however, if your PDF page contains lots of complicated objects and drawing, it will take more time, 10 seconds or 20 seconds or more, it is not good for the user's experience.

From these consideration, I think the following solution is good,

1. Proposed Edits: Where oldText and newText is shown on the image on the same time. You can accomplish this (see attached).
2. Use "Arial" and "Red Color" to show the new text, the user can see new text and old text be clear at a glance.

What is your thought for this method?

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 print

fuzzy text from PDFPrint command line

VeryPDF PDFPrint v2.0
Build: Oct 30 2007

Hello,

We are having trouble with fuzzy text appearing on our documents that are printed with PDFPrint command line.  When we print the same PDF with adobe reader, the text is clean.  I wanted to know if there is a more recent build of our product, or if you know of something in the PDF that is causing the quality degradation.  I’ve included a sample copy of a PDF generated from our QA environment that prints clean under adobe reader, but no so under PDFPrint command line.  We love the product and this is the first quality issue we’ve ever had from it in the years we’ve used it.

As far as I know, we have not changed the method we use to generate the documents, or the font or internals of the original document.  We merge data and documents in OpenOffice and use OpenOffice to generate the PDF. The fonts on the documents are all Arial.  The only difference between the fuzzy and clear fonts that I can see is the clear ones are bold.  We are using option in PDFPrint to print the files to a particular tray, printer and duplex, but nothing else.  I can reproduce the fuzzy text when I use the following command: pdfprint  -printer \\lifedev\sys_1 PWY0CKP2W10.pdf

Any help would be appreciated.  Thank you.
===============================
Please download the latest version of PDF Print Command Line application from our website first,

https://www.verypdf.com/pdfprint/index.html

After you downloaded the latest version of PDFPrint Command Line product, you can add -raster2 parameter to print your PDF file to Windows Printer with best quality, for example,

pdfprint.exe -raster2 C:\verypdf-test.pdf

VeryPDF
===============================
Just to let you know that the new version fixed the fuzzy text. There was a margin issue but I managed to fix it using –printermargins.
We need to take out the evaluation watermark but we don’t know how to do it. Need your help.

Geoff is on vacation and I’m handling this for now.
===============================
Thanks for your message, the upgrade cost is 50% of purchase price, if you wish upgrade to latest version, please email to us your original Order ID, we will send the upgrade web page to you shortly.

VeryPDF
===============================
Hello,

After installing the new version of pdfprint.exe, our billing document with a Western Life logo is not printing right. It shifted one line up and the agent name is now printed over the logo.

I’m attaching 2 files (odt file – doc containing merge tags and pdf – final document showing agent name printed on same line with the logo). Need immediate help as we are not mailing the bills for now until this problem is fixed.

Thanks.
=======================
Please add -raster2 parameter to try again, -raster2 parameter will print your PDF file at better quality,

Pdfprint.exe -raster2 C:\test.pdf

VeryPDF
=======================
Hello,

-raster2 parm was already added to the command and it did fix the fuzziness but it shifted the document 1 line up overwriting the pre-printed logo as you can see on attachment from my previous email.

Thanks.
=======================
Hello

More informations to help troubleshoot.

Please see attachments WLA001.pdf and WLA002.pdf.

WLA001.pdf
The command line I was using to print was:

pdfprint.exe -raster2 -printer WLA001.pdf

The document is shifting closer to the right side and bottom side cutting out some text on the bottom part of the document.

WLA002.pdf
The command line I was using to print was:

pdfprint.exe -raster2 -printermargins -printer WLA002.pdf

It fixed the bottom and right side but if we use the billing paper with pre-printed logo the line showing AGENT:Yvette Berard will print over the logo. Please check my previous email with attachment to check the document where it is over printing the logo.

Thanks.
=======================
Please add "-raster2 -printermargins" parameters to try again, will you work better with these parameters? For example,

pdfprint.exe -raster2 -printermargins C:\input.pdf

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)
autocad to pdf converter

Can not convert DWG file to PDF file by AutoCAD DWG and DXF To PDF Converter.

I try to convert dwg file using command line as dwg2pdf -i C:\input.dwg -o C:\output.pdf but it does not generate pdf file.

I want know that I am doing right way.
========================
Can you please email to us your sample DWG file for checking? after we checked your sample DWG file, we will figure out a solution to you shortly.

VeryPDF
========================
Thank you for the reply. When I use  dwg2pdf -p 2 -i C:\input.dwg -o C:\output.pdf  then it is working.
========================
Thanks for your information.

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

Map Fonts or Substitute Fonts during PCL to PDF conversion

another font mapping problem for you.

In attachment you can find a pdf file and a pcl one. The second one (clear_buffer.pcl) must be compiled to obtain another pdf file "very similar" to the first page of the file "maggio_2011.pdf".

I tried, but can't obtain a right pdf, because some fonts are different.

I don't know how to create a right mapfont.ini file for this task.

Can you compile a pdf from the pcl file "similar" to the one in attachment? It's very important for me to do this, otherwise the library can't resolve my compilation problem.

Thanks in advance.
=================================
Thanks for your sample files, we will check your sample files and send an email to you shortly, thanks for your patience.

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)