XPS to PDF Converter

Need product features info please

I am preparing to download trial packages as we enter into the implementation phase of development. I have one more question about conversion from XPS -> PDF, please...

We will need to produce PDF files with embedded movies (multi-frame GIF). Are these features fully supported in your product? Else, what are the limitations, and what are the alternate ways to support this need?
========================================
Our XPS to PDF Converter will convert first frame from GIF file to PDF file, because PDF format doesn't support GIF animation, please understand this matter.

VeryPDF
========================================
I need to follow up please...

Yes you are right, PDF wants FLV/F4V or shockwave.

- I need to make sure that your product does embed these formats.
- Does your product convert any other movie formats (e.g. mpg or wmv) to FLV or SWF for embedding into the PDF doc?

I must know what movie formats are accepted by your product to embed into PDF.

=========================================
Sorry, our XPS to PDF Converter doesn't support any other movie formats during XPS to PDF conversion, sorry for this matter.

VeryPDF
========================================
Sorry, but I am not sure what you mean by "other" movie formats. Does your conversion accept any movie formats? I would expect FLV/F4V and/or SWF to be converted. Please let me know.
========================================
Sorry for the misunderstanding, our XPS to PDF Converter doesn't all movie formats, it can only support static XPS document contents, please understand.

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 Request Information

I have very large pdf files that I need to sort the pages using an algorithm I have in VB.  I do this now with the acrobat sdk but it is very slow.  Do you have any way of doing this?
=================================

Hi,

You can use PDF Split-Merge Command Line to burst your PDF file to single page PDF files, and then merge these PDF files into one PDF file at later, we hoping this solution will helpful to you, please to try.

PDF Split-Merge Command Line can be downloaded from our website directly,

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

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
VeryPDF
=========================================
I get an error in the gc about too many heap sections when I am remerging the files.  There are 18400 files to merge, is that too many?
=========================================
Hi,

Yes, 18400 files seems too many, we suggest you may merge about 100~500 PDF files at first time, and then merge all PDF files to one PDF file at second time, we hoping this solutin will solve this problem to you.

Please don't hesitate to contact us if you have question on this.

Thank 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)
PDFcamp Printer

pdfcamp batch printing

what's the acronym to have a batch print file to use the filename of the file being printed? Where do I get user docs for batch (several single page files appended in a batch file)?
Does the 64 bit version of pdfCamp support batch as above? Same user interface as 32 bit?
=========================================

Hi,

Do you wish batch convert DOC files to PDF files from command line? If yes, we suggest you may download and install docPrint Pro v5.0 from following web page to try,

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

you can use docPrint Pro v5.0 to batch convert your DOC files to PDF files from command line, for example,

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\test.doc -o C:\out.pdf

"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i C:\*.doc -o C:\*.pdf

We hoping docPrint Pro v5.0 product will work fine to you, you may download it from our website to try.

Please don't hesitate to contact us if you have question on this.

Thank you!
Best regards,
VeryPDF
============================================
No, I print from an excel file.
I have a macro that gets data ftom each row, fills in a form for ea row, prints this form and appends to an output file with the name of the data file.

How 'bout my other questtions:
1. what's the acronym (pdfcamp) to have a batch print file to use the filename of the file being printed?
2. Where do I get user docs (pdfcamp) for batch (several single page files appended in a batch file)?
==============================================

Hi,

>>1. what's the acronym (pdfcamp) to have a batch print file to use the filename of the file being printed?

Pdfcamp does read the filename from registry, so you need set the filename to registry before you print your document to PDFcamp Printer.
>>2. Where do I get user docs (pdfcamp) for batch (several single page files appended in a batch file)?

>2.How do I make an output file without bringing up the "Save As" dialog?
A: There have three ways can do it:
(1) Make the "PDFcamp Printer" the default printer.
(2) Set the "PDFcamp Printer" printer preferences, such as "Batch output directory", "Encryption" etc.
(3) In Windows Explorer...select multiple files and then right-click on them...then select the print command from the shortcut menu; those files will be auto converted to PDF files without user intervention.

Notes:
*You can use our BatchToPDF software to convert many documents (.doc,.rtf,etc.) to PDF files at one time.

*If you are a software developer using Visual Basic or a similar language, you can control the output file name by adding an entry to the Windows registry. PDFcamp Pro reads a string registry value (REG_SZ) named "AutomaticDirectory" from the following location:
"HKEY_CURRENT_USER\Software\verypdf\pdfcamp"
There are four values you must pay attention to...
AutomaticDirectory:
The "AutomaticDirectory" value should be set to the full path name of the PDF file; it can also be set to the full path name of a directory where the PDF file will print to.

AutomaticOutput: You can set the following values for "AutomaticOutput"...
0: The user will be prompted to enter a file name (if 0 is set, the "AutomaticDirectory" value is ignored).
1: Enables "AutomaticDirectory" but will rename/overwrite/append the output file if the destination file exists.

AutomaticValue:
1: Rename if file exist
2: Overwrite if file exist
3: Insert before first page if file exist
4: Append to last page if file exist

AutoView:
0: Does not view pdf file after create
1: Auto view pdf file after create

For example:
AutomaticOutput = 1 //does not popup dialog
AutomaticValue = 4  //overwrite if file exist
AutomaticDirectory = "C:\output.pdf"  //set output pdf filename
AutoView = 0  //does not open pdf file after it created

Please refer to a piece of source code at below,

pdf = "d:\pdfcamp.pdf"
set wsh=CreateObject("WScript.Shell")
wsh.RegWrite "HKEY_CURRENT_USER\Software\verypdf\pdfcamp\AutomaticOutput",1,"REG_DWORD"
wsh.RegWrite "HKEY_CURRENT_USER\Software\verypdf\pdfcamp\AutomaticValue","2","REG_DWORD"
wsh.RegWrite "HKEY_CURRENT_USER\Software\verypdf\pdfcamp\AutomaticDirectory",pdf
wsh.RegWrite "HKEY_CURRENT_USER\Software\verypdf\pdfcamp\AutoView","0","REG_DWORD"
If you wish use PDFcamp Printer on 64bit system, you need download and install 64bit version of PDFcamp Printer from following web page,

https://www.verypdf.com/pdfcamp/pdfcamp.htm#dl

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

On the 64bit system, you need set following options to registry before you print a document to PDFcamp Printer,

HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\verypdf\pdfcamp
HKEY_CURRENT_USER\SOFTWARE\WOW6432node\verypdf\pdfcamp
HKEY_CLASSES_ROOT\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\verypdf

AutomaticDirectory=C:\out.pdf    Type is: "REG_SZ"
AutomaticOutput=1                        Type is: "REG_DWORD"
AutomaticValue=4                           Type is: "REG_DWORD"
AutoView=0                                      Type is: "REG_DWORD"

Please double check the "Type" carefully, if you use "REG_SZ" type for "AutomaticOutput" or "AutomaticValue" or "AutoView", your values will not work.
Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
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 Vector Converter

Cannot launch pdf2vec

Hi

I'm currently evaluating pdf2vec. I was able to run this on my w7 pc but not on my w2003 server where I'm running additional tests.

the error message is:   0xc0000005 the application failed to initialize

Also when running this on w7 I call it from another program, but in this case the program hangs.

When I run this from my dos shell it works fine.

Is there some limitation for the trial version?

thanks

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

Hi,

Please turn off DEP for "pdf2vec.exe" application to try again, please refer to following steps about how to turn off DEP in your system,

1. Click "Start"
2. Select "Control Panel"
3. Select "System"
4. Click the "Advanced" tab
5. In the "Performance" region select "Settings"
6. Click the "Data Execute" tab in the dialog box that opens
7. Select "Turn on DEP for all programs and services except for those I select"
8. Click "Add"
9. The open dialog box will open. Browse and select "pdf2vec.exe" application in your computer,
10. Click "Open"
11. Click "Apply"
12. Click "Ok"
13. Reboot

OK, you can run "pdf2vec.exe" without any problem now, please to try.

Please don't hesitate to contact us if you have question on this.

Thank you!

Best regards,
VeryPDF
Services Support Team
support@verypdf.com
PDF Creation, PDF Converter, etc. Products:
https://www.verypdf.com/
Postscript, PCL, DWG, DXF, HTML, Metafile, Office, etc. Products:
http://www.verydoc.com/


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