pdf editor

How to add a pdf file in verypdf pdf editor?

The method is much, next I introduce some regular way.

Method 1: click “open” option in the toolbar of verypdf pdf editor, then a dialog window pops, choose a pdf file that from your computer in the dialog window, then confirm.

image

Method 2: in the menu of verypdf pdf editor click “file”, and further choose “open” column, the next way is the same with the above.

image

Method 3: If your computer doesn’t have a pdf file, you can create it from other format files that are supported to be converted to pdf by verypdf pdf editor.

image

image

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

PDF Printer A4 paper size issue

The fix we recently received from VeryPDF for the A4 paper size issue, seems to have some install difficulty on certain environments.

When we try to install it on 32 bit windows 7 Danish language there are some errors:

clip_image001
clip_image002
clip_image003 

clip_image004 

We cannot grant external access to the test system.

Please advise,

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

Error code 5 is “Access is denied.”, we suggest you may reinstall the product with Administrator privilege to try again, the Administrator privilege may work better for you.

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 text converter

64bit version of PDF to Text SDK Converter

Thank you for your response.

We are interested in purchasing a developers license for the "pdf2txt_sdk".

However, we would require a 64-bit and a 32-bit DLL for our evaluation before making this purchase.

Can you please help?
=======================
Thanks for your message, please download latest version of PDF2TXT SDK from following URL,

https://www.verypdf.com/pdf2txt/sdk/pdf2txt_trial_version.zip

this version does include 64bit PDF2TXT COM, please by following steps to use 64bit PDF2TXT COM,

1. Please use administrator privilege to run following command line to register PDF2TXTCOM.exe into your system first,

PDF2TXTCOM.exe /regserver

2. You can run following VBS to call PDF2TXTCOM.exe from your 64bit application,

=============================
    Dim oTest
    dim nRet
   
     Set fso = CreateObject("Scripting.FileSystemObject")
     strFolder = fso.GetParentFolderName(wscript.ScriptFullName)
     destiantionPath = strFolder&   "\verypdf.pdf"

    Set oTest = CreateObject("PDF2TXTCOM.PDF2TXT")
    oTest.com_SetTXTFormat 1
    oTest.com_SetZoomRatio 90
    oTest.com_PDF2TXTSetLicenseCode("XXXXXXXXXXXXXXXXXXXXXX")
    nRet = oTest.com_Pdf2Txt(strFolder&   "\sample1.pdf", strFolder&   "\sample1-pdf2txt.txt")
    nRet = oTest.com_Pdf2TxtEx(strFolder&   "\sample1.pdf", strFolder&   "\sample1-pdf2txtEx.txt",0,0,"","")
    MsgBox "Convert Success!"
=============================

VeryPDF
==============================
This is the same SDK as I already have.

Please read my previous e-mail one more time. In particular,

"We require both a 64-bit and a 32-bit DLL for our evaluation before making this purchase."

We *MUST* test with 32-bit DLL, and 64-bit DLL, *NOT* COM.

I am required to make this test before I can issue payment for the "pdf2txt toolkit" developer license.

Please understand, this is a lot of money, and I must test before I can pay...

Let me speak with a manager if you are not able to help.
============================
Thanks for your message, we will include a pure 64bit DLL library in the next version of PDF2TXT SDK product, we will spend some time to recompile it in with x64 platform, we will let you know after pure 64bit DLL library is ready, thanks for your patience.

VeryPDF
==============================
We like your "pdf2txt toolkit" and we will probably purchase it after we can test the 32-bit windows DLL and a 64-bit windows DLL.

The pdf memory buffer to text memory buffer conversion that retains formatting is the feature we are most interested in.

The best product for us would be a windows static library, 32-bit and 64-bit, that we can statically link into our product, so there is no need to install an extra DLL.

When do you believe you will be ready to ship the 64-bit DLL version?

Can you provide us with static windows librarys?

Please let us know when your product is ready.
==============================
Thanks for your message, we are planning release a pure 64bit PDF2TXT DLL Library in the future, we will let you know after 64bit PDF2TXT DLL Library is ready.

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

Change paper size and paper tray in PDF Print SDK

Hello VeryPDF,

I try with the following commands:
1.

pdfprint -printer \\CESRV01\INFOTECISC30 3dskizze.pdf

Here all the prints was un A4 the printer has a A3 and a A4 papertray.
A3 to A0 should be on A3 papersize A4 on A4 papersize

2.

pdfprint -printer pdfcreator 3dskizze.pdf

Here all the pages were A3 an not the original papersize A4 to A0.

What should we do that it works like this.
When printer has the papersize in a try or is a plotter then it should that always the biggest papersize it can use. If original size not availble then resize to the biggest papersize.
==============================
>>1. pdfprint -printer \\CESRV01\INFOTECISC30 3dskizze.pdf
>>Here all the prints was un A4 the printer has a A3 and a A4 papertray.
>>A3 to A0 should be on A3 papersize A4 on A4 papersize

You can use -chgbin or -papersource to change the papertray before
printing, e.g., A3, A2, A1, A0 to use A3 paper tray, A4 paper to use A4
paper try, please refer to following sample command lines,

   pdfprint.exe -chgbin 15 -printer "docPrint" C:\input.pdf
   pdfprint.exe -papersource "auto" -printer "docPrint" C:\input.pdf
   pdfprint.exe -papersource "Tray 1" -printer "docPrint" C:\input.pdf
   pdfprint.exe -papersource "Manual Feed" -printer "docPrint" C:\input.pdf
   pdfprint.exe -papersource "Media Tray" -printer "docPrint" C:\input.pdf
   pdfprint.exe -papersource "Tray 3" -settraytopclfile C:\test.pcl

>>2. pdfprint -printer pdfcreator 3dskizze.pdf
>>Here all the pages were A3 an not the original papersize A4 to A0.

You can set the paper size by manual, for example,

pdfprint -printer pdfcreator -paper 8 3dskizze.pdf

>>What should we do that it works like this.
>>When printer has the papersize in a try or is a plotter then it should that
>>always the biggest papersize it can use. If original size not availble then
>>resize to the biggest papersize.

Pdfprint.exe can't choose the paper tray automatically, you need use
-chgbin or -papersource parameter to change the papertray by manual.

VeryPDF
==============================
in our pdfprint.exe -papersource is not a valid option see attached readme.txt, I can only use -paper.

As I understand -paper "pdf" would be the best option, but pdfprint only analyse the first sheet in der source pdf-file. So all sheet has the same size this of the first page.
In my example file 3dskizze.pdf it is A0 1'189 x 841 mm.
Do you have an idea how we can change the papersize for each sheet in the test-pdf flie?

Best Regards
==============================
-papersource parameter is included in the latest version of pdfprint.exe application, the date of latest version of pdfprint.exe is 2011-04-01, what is the date of your pdfprint.exe file? When did you purchase the pdfprint command line application?

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 text converter

Ask about Turkish caracter set in PDF to Text Converter SDK

We need a help for using Turkish character set. We tried it but we didn't
see the Turkish caracters properly on the converted text document.
Is there any solution about this?
======================================
When we try to select all text contents in Adobe Reader, copy them to notepad application, we can’t get readable characters, please look at following screenshot,
 clip_image002

It is indicate your PDF file contains embedded fonts, the characters which render by embedded fonts can’t be extracted to text file properly.

Additionally, you can download "PDF to Text OCR Converter Command Line" product from our website to try, "PDF to Text OCR Converter Command Line" software can convert this PDF file to text file with better output result,

https://www.verypdf.com/pdf2txt/pdf-to-text-ocr-converter.htm

VeryPDF
======================================
Can you try it for attached file?
We tried it as you said and there is no problem on notepad with the attached file. But when we convert it to text there is a problem with the Turkish characters. The problem is different from the other file which we sent before.
======================================
You can call PDF2TXTEx() function to convert your PDF file to text file properly, please look at text files in attachment, these text files were created by PDF2TXTEx() function, we hoping these text files will reach your requirement.

VeryPDF

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