pdfcamp printer

How to save a pdf file on different server where the printer PDFCamp is installed

Hello

We have a problem to generate a pdf file in path from a different server where the printer PDFCamp is installed.

The currently situation is:

Through an ASP application on server SERVER_A, where printer is installed, I want to save on path \\SERVER_B\file.pdf, but is not possible, don't give any errors, but not create the file, instead if I save on path \\SERVER_A\file.pdf it working properly.

All paths have write permissions.

The question is: Can I assign different server path at 'fileName' property wich not be the server where PDFCamp printer is installed? If the answer is true, how I can save a generated file in the SERVER_A printer to a path on SERVER_B?

Many thanks!!
=============================
This matter is caused by your system settings, I guess system user account hasn't permission to access to SERVER_B folder, so it can't create the PDF file on SERVER_B. however, you can create the PDF file in SERVER_A first, and then copy the PDF files to SERVER_B at later, is this okay to you?

VeryPDF
=============================
Ok, I try this way, create in SERVER_A and then copy to SERVER_B.
 
Thanks for your reply.
=============================

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

Set Metadata to PDF by PDF Tools

Hello again:
 
I want to create pdfs from multiple tiffs.
I would think from the documentation that this would work but it does not.
 
img2pdf.exe "-$" "XXXXXXXXX" -d HLd -u HLu -k "key-info" -o "j:\A2011-Carl-Project\pdf-out\SS714850-SS714851.pdf" "j:\A2011-Carl-Project\Tiff-in\001\SS714850.Tif j:\A2011-Carl-Project\Tiff-in\001\SS714851.Tif"
 
Also, with img2pdf.exe, can one create and poplulate custom metadata as in the toolkit?
 
Thanks.
=================================
Please run following command line to try again,
 
img2pdf.exe "-$" "XXXXXXXX" -d HLd -u HLu -k "key-info" -o "j:\A2011-Carl-Project\pdf-out\SS714850-SS714851.pdf" "j:\A2011-Carl-Project\Tiff-in\001\SS714850.Tif" "j:\A2011-Carl-Project\Tiff-in\001\SS714851.Tif"

>>Also, with img2pdf.exe, can one create and poplulate custom metadata
>>as in the toolkit?
 
img2pdf.exe can't poplulate custom metadata, however, you can use our Advanced PDF Tools Command Line product to poplulate custom metadata, Advanced PDF Tools Command Line product can be downloaded from following page,
 
https://www.verypdf.com/pdfinfoeditor/index.html

VeryPDF
===================================
Thank you - this worked.
I will try the custom properties in the tool kit which I have already.
 
Lets say I have two custom fields:
TO: with the value "Tom"
FROM: with the value "Dick"
 
Here is the syntax
pdftools -i "C:\input.pdf" -o "C:\output.pdf" -y "key1=value1,key2=value2"    
 
So, should the last part of the command then read
 
....   -y "TO: = Tom, FROM:=Dick"
 
or
 
....   -y "TO:(Tom) /FROM:(Dick)"
 
Thanks.

==================================
You can use following command line to try,
 
pdftools -i "C:\input.pdf" -o "C:\output.pdf" -y "TO: = Tom, FROM:=Dick"
 
the following command line will work fine for you too,
 
pdftools -i "C:\input.pdf" -o "C:\output.pdf" -y "/TO:(Tom) /FROM:(Dick)"

VeryPDF
==================================
Thank you.
It works.
 
Also, I need to attach a document to a pdf file.
I cannot seem to find command to do this in pdftools.
 
pdftk has this:
attach_files < attachment filenames | PROMPT >[ to_page < page number | PROMPT > ]
===================================

Please refer to following web page for more information,
 
https://www.verypdf.com/pdfinfoeditor/attach-files-to-pdf.html
 
QUESTION: How to use PDF Attachment (attach files into PDF file) function in Advanced PDF Tools Command Line product?

ANSWER: Please refer to following steps,

1. Please download Advanced PDF Tools Command Line from following URL,

https://www.verypdf.com/pdfinfoeditor/advanced_pdf_tools_cmd.zip

2. Unzip .zip package to a folder, e.g., C:\pdftools folder,

3. Run following command line to attach files into your PDF files,

Attach various files to PDF files:

pdftools -S "attachfiles=C:\1.txt|C:\2.jpg|C:\3.pdf" -i C:\in.pdf -o C:\out.pdf
pdftools -S "attachfiles=C:\*.*" -i C:\in.pdf -o C:\out.pdf
pdftools -S "attachfiles=C:\filelist.lst" -i C:\in.pdf -o C:\out.pdf
pdftools -S collection=true -S "attachfiles=C:\filelist.lst" -i C:\in.pdf -oC:\out.pdf

4. OK.

You can purchase Advanced PDF Tools Command Line product from following page,

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

VeryPDF
=================================
I have simplified this by creating a batch file and putting all the files in the same folder.

pdftools.exe "-$" "XXXXXXXXXXXXXX" -S "attachfiles=test.csv" -i pdfin.pdf -o out.pdf

Does not work.
==================================
Please use full pat to try again, can you work fine with full path?

pdftools.exe "-$" "XXXXXXXXXXX" -S "attachfiles=C:\test.csv" -i pdfin.pdf -o out.pdf

OR

pdftools.exe "-$" "XXXXXXXXXXX" -S "attachfiles=C:\*.*" -i pdfin.pdf -o out.pdf

VeryPDF
=================================
Thank you. I thought I had downloaded the new version - somehow I mixed it up with the old. Anyway, the attachment script works

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

Fontselection in VeryPDF PCL Converter V2.0

To Whom It May Concern,

I have a question about your software, VeryPDF PCL Converter.  Is it possible, and if so, how do you select fonts in the Converter?

I plan to use your software, VeryPDF PCL Converter V2.0 for Batch (Command Line), to convert Print-Files that come from a non-MS Windows based multiuser-System.  With my software, I can make any PCL-file I want and then transfer it to any Windows environment.  This works well with normal PCL-Printers.  Now I also want to be able to create PDF-Files from these files as well.

My question is if there is a font-list of all possible fonts I can use in your converter and with which PCL-Command do I select the font? Are there fixed-size fonts available and/or only proportional fonts?

I thank you for your time and appreciate any help with my questions that you can give.

====================================
Our PCL Converter does select the fonts automatically during conversion, you can't select the fonts by manual. However, we have another product which allow you to replace the the fonts in PDF files, if you are interest in that product, please feel free to let us know.

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

Move PDF Editor to a new computer

VeryPDF Support Team,

I work for a Washington XXXXXX company.  We use your PDF editing program to edit building plans and contracts for our clients in Adobe PDF Reader.  Currently, we are in the process of upgrading some of our computer systems, and one of the computers we are upgrading contains the VeryPDF PDF Editor program.  I was wondering how to transfer this program to the new desktop without purchasing a new program.  We are not increasing the number of computers with the program, just changing the computer on which we would like to use the program.  As such, there should be no need to purchase another program.  Please let me know how I may transfer this program to the new computer and remove it from the old one.  I look forward to hearing from you.
================================
You can simple uninstall the product from old PC, install it to your new PC, register it by your original license key, then you can use it on your new PC properly.
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

Testing odt / docx to HTML conversion

Hello,

I’ve been testing doc2any.exe for DOCX and ODT conversion to HTML.

It worked well with single file testing but when I tried to use it with a lot of documents (250) I encountered these issues :
- A lot of winword.exe remaining processes
- Almost no file converted (the same files that were successfully converted while testing single files)
- I ran out of testing credits and could not try with parameters such as “delay” or “killoffice”.

The application I would like to plug doc2any to, processes several thousand emails a day and convert doc, rtf and pdf to HTML.

We would like to add ODT and DOCX conversion too.
We receive an average of 320 docx and 40 odt a day . These numbers are slowly rising.

What can you advise us for configuration ?
Can you send us another trial license so we can check if doc2any is the right application for us ?

Thanks in advance.
====================================
We haven't another trial license at the moment, please understand.

We suggest you may convert your documents to PDF files one by one, for example,

Doc2any.exe C:\001.doc C:\001.pdf
Doc2any.exe C:\002.doc C:\002.pdf
Doc2any.exe C:\003.doc C:\003.pdf

If you are convert your documents to PDF files one by one, then you can convert your documents to PDF files properly, please 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)