pdf form filler

Flatten PDF file by PDF Form Filler SDK product

If I have a PDF form and I have an XML file what is the easiest and fastest way to save a flattened PDF form which has the merged XML data in the form?  I want to create a new pdf flattened form as quick as possible and I want to do it programmatically with no user intervention.
================================
Is it possible to flatten the PDF but exclude the first page of the pdf in the flattened file?
================================
>>If I have a PDF form and I have an XML file what is the easiest and
>>fastest way to save a flattened PDF form which has the merged XML data
>>in the form?  I want to create a new pdf flattened form as quick as
>>possible and I want to do it programmatically with no user intervention.

You can call PDFForm_MergeFDFIntoPDF() function to merge FDF and PDF file together, you can call PDFForm_FlattenPDF() function to flatten the PDF file, this method is the easiest and fastest way, for example,

PDFForm_SetLicenseKey("XXXXXXXXXXXXXXX");
bRet = PDFForm_MergeFDFIntoPDF(szInPDFFile, szInFDFFile, szOutPDFFile);
bRet = PDFForm_FlattenPDF(szOutPDFFile,szFlattenPDFFile);


>>Is it possible to flatten the PDF but exclude the first page of the pdf in the flattened file?

PDF Form Filler SDK hasn't an option to exclude the first page of the PDF file during flatten, PDFForm_FlattenPDF() function will flatten the all pages automatically.

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)
ocr products, pdf to text converter

PDF to Text Converter Fail to convert pdf

I recently purchased a copy of PDF2TXT as I needed to convert PDF to text and keep the formatting. I tried it on some documents and it seems to work ok, I’ve just realised that it is failing on most. The format of the PDF has obviously something strange as I tried it with Adobe and it is also failing to save the pdf as text.

I’ve attached a few sample files for you to have a look at.
================================

We have double checked your PDF file just now, your PDF file contains some embedded fonts, the characters which render by embedded fonts can't be copied out, you may open this PDF file in Adobe Reader, press CTRL+A, CTRL+C to copy all text contents, and press CTRL+V to paste them into notepad, you will notice that you can't copy out the readable text contents from this PDF file. Our PDF2TXT can't convert this PDF file to readable text file too, please understand this matter.

Please refer to No.4 item in FAQ list,

https://www.verypdf.com/pdf2txt/support/index.html#4

Additionally, you can download "PDF to Text OCR Converter Command Line" product from our website to try, "PDF to Text OCR Converter Command Line" can convert this type PDF file to text file properly,

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

e.g.,

pdf2txtocr.exe -ocr D:\temp3\xp5.pdf D:\temp3\xp5.txt

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)
docprint pro

Table, Box, lines are missed from output PDF files

I have a new problem. If you look at the original document, you’ll see a Box around the text in the header.  This is not coming out on the PDF.  Can this be resolved?  It’s important that the PDF matches the RTF.  Right now, I cannot use this.
====================
Please look at following command line and attached PDF file, this PDF file does contain box, the attached PDF file was created by following command line,

D:\>"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -i D:\temp4\TIN1104066V1.rtf -o D:\temp4\TIN1104066V1.rtf.pdf

We are using MS Word 2007, what version of office installed in your system?

VeryPDF
====================
Well, I was using MS Word 2007 on a machine with Vista.  I just got a new PC and am running MS Word 2010 on Windows 7.  On this machine, even using the command line, I do not get the box to appear.  Any suggestions from here?  I don’t want to think that I’ve purchased 2 programs where neither works properly.  Any help would be greatly appreciated.
====================

You can add "-s ShowOfficeUI=1 " parameter to convert your RTF files to PDF files with boxes, for example,

"C:\Program Files (x86)\docPrint Pro v5.0\doc2pdf.exe" -s ShowOfficeUI=1 -i "C:\test\C669338V1.rtf" -o "C:\test\C669338V1.rtf.pdf"

VeryPDF
===================================

Thank you for your help, that parameter does work. My remaining problem is that using the command line is not a good long term solution for me.  When I make PDF's I'm usually doing 10 or 15 at a time.  Having to type the input and output file names into the command line will take me longer than PDF'ing them one at a time (I'm not that great a typist). Is there any chance of getting this added to the Document Converter Program/options?
==============================
You can simple use *.rtf and *.pdf wildcard character to convert any number of RTF files to PDF files at one time, for example,

"C:\Program Files (x86)\docPrint Pro v5.0\doc2pdf.exe" -s ShowOfficeUI=1 -i "C:\test\*.rtf" -o "C:\test\*.pdf"

You needn't input the filenames one by one, we hoping this solution will helpful to you.

Also, we will add " ShowOfficeUI=1" option into the next version of Document Converter GUI Program, we will let you know after new version is available.

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)
html to image converter

HTML to Image Converter Poor image quality on Windows Server 2003

Product's name: HTML to Image Converter
Product's version number: 2.0.0.1
Operating System: Windows Server 2003
Description of problem:
I would like the application to run on a Windows 2003 Server machine.  When I run the application on the 2003 machine the image produced is of poor quality (dashboard-bad.png).  If I run the application on a Windows 7 machine with the same options and retrieving the same URL the image produced is good quality (dashboard-good.png).  Both machines have IE 8 installed on them.
================================
How many color depth for the monitor of your Windows 2003 Server? We suggest you may set color depth of monitor to 32bit to your Windows 2003 Server to try again, maybe the 32bit color depth will work better for you.

VeryPDF
================================
The color depth for the Windows 2003 Server is 16bit.  I will see what I can do to increase the color depth since it currently does not allow me to do so.  It's strange that it should require that since the browser shows the web page correctly on that machine with the same settings.
================================
Thanks for your message, please adjust the color depth to 32bit to try again, then you will get better image quality.

VeryPDF
================================ 

The Windows 2003 Server is on a vmware virtual machine.  I tried setting the color depth on the console to 32bit and the image is created correctly from the console.  If I invoke the application through the Windows scheduler and not from the vmware console, the image is poor quality.  Do you have any ideas as to what needs to be done to run your application successfully in a vmware Windows Server 2003 environment?
==============================
Hi,

This can be done easily, you can use Free docPrint Service to run HTML to Image Converter from an interactive user account instead of system user account, please refer to following steps,

Free docPrint Service (4) can be downloaded from following web page,

http://verydoc.com/exeshell.html

http://verydoc.com/download/docPrint_Service.zip
docPrint Service can be used to run a Command Line from current active user account or a special user account, this tool is useful to overcome permission restrictions in SYSTEM and Non-Interactive user accounts.
Please by following steps to use docPrint Service,
1. Download docPrint_Service.zip and unzip it to a folder,
2. Run docPrint_Service.exe application, you will see an icon appear in tray area,
3. You can run following command lines to test it first, "docPrint_client.exe" will deliver the Command Line to docPrint_Service.exe application, docPrint_Service.exe application will execute the Command Line from active user account automatically,

docPrint_client.exe nowait "C:\VeryDOC\html2image.exe" -url=http://www.verydoc.com/ -out=C:\verydoc.png
docPrint_client.exe wait "C:\VeryDOC\html2image.exe" -url=http://www.verydoc.com/ -out=C:\verydoc.png
4. You can call "docPrint_client.exe" from your code, please refer to a simple C# code at below,
public partial class runpptexe : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Process proc = new Process();
proc.StartInfo.FileName = "C:\\VeryDOC\\docPrint_client.exe";
string strArguments = "wait \"C:\VeryDOC\html2image.exe\" -url=http://www.verydoc.com/ -out=C:\verydoc.png ";
Console.WriteLine(strArguments);
proc.StartInfo.Arguments = @strArguments;
proc.Start();
proc.WaitForExit();
Response.Write("File has been successfully converted");
}
}

We hoping this solution will helpful to you, please give it a 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)
powerpoint to flash

Convert PowerPoint PPT file to Flash file via CmdAsUser.exe

CmdAsUser.exe can be downloaded from following web page,

http://www.verydoc.com/exeshell.html

http://www.verydoc.com/download/cmdasuser.zip
Process proc = new Process();
proc.StartInfo.FileName = "C:\test\CmdAsUser.exe";
string strArguments = "Administrator . /p YourPassword /c C:\test\pptconv.exe C:\test\test.ppt C:\test\out.swf"
Console.WriteLine(strArguments);
proc.StartInfo.Arguments = strArguments;
proc.StartInfo.UseShellExecute = false;
proc.StartInfo.CreateNoWindow = true;
proc.StartInfo.ErrorDialog = false;
proc.StartInfo.RedirectStandardOutput = true;
proc.StartInfo.RedirectStandardError = true;
proc.Start();
proc.WaitForExit();
string output = proc.StandardOutput.ReadToEnd();
string error = proc.StandardError.ReadToEnd();
VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)