doc to any converter

doc2any SDK Dll does work on localhost but not work on internet

sir,
I have been used your DlLL (pdfshell,pdftoolsdk,cimage.dll,doc2any.dll)
this Dll work on localhost but not work on internet
it gives Error
Error Summary
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
So Please Reply
=========================
How do you call doc2any SDK from your web code? If possible, we suggest you may use DOC to Any Converter Command Line to instead of doc2any SDK on your web server, please refer to details from following web page,

http://www.verydoc.com/doc-to-any-shell.html

you can use following code to run doc2any.exe from your web application easily,

Example #7 (Run conversion via "docPrint_Service.exe" application),

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\doc2any.exe" C:\test.doc C:\out.pdf
docPrint_client.exe wait "C:\VeryDOC\doc2any.exe" C:\test.doc C:\out.pdf

4. You can call "docPrint_client.exe" from your code, please refer to a simple C# code at below,

public partial class rundoc2any: 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\\doc2any.exe C:\\test.doc C:\\test.pdf";
Console.WriteLine(strArguments);
proc.StartInfo.Arguments = @strArguments;
proc.Start();
proc.WaitForExit();
Response.Write("File has been successfully converted");
}
}

5. Close Remote Desktop and leave this user logged in.

*Please Notice: After you reboot the server, you need login your server via Remote Desktop with this user account ("doc2pdf_service.exe" was installed inside this user account), and close Remote Desktop, leave this user logged in, when you call docPrint_client.exe application, the conversion will be executed from this user account 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)
advanced pdf tools

How do I increase pages margin by your Advanced PDF Tools product?

Hello,
I've got your advanced pdf tools 3.0. I really, really need to know how to scale some PDFS. My originating PDFs are already cropped to size, meaning, they have no white space around the actual graphics. Most of them are about 7 inches wide. I need to be able to scale them, proportionately, to about half that size. I've played with -x and -j, but, nothing works yet.
I'd appreciate any help.

Thanks,
=========================
You can use “Increase pages margin” option to increase the margins, please refer to following screenshot,

VeryPDF
=========================
Sorry. I can't see your screenshot. But, I think I figured it out, anyway. Thanks a lot.
=========================
Thank you for your message.

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 security

Need help to deny modification and copying of contents in PDF

How do I deny modification and copying of contents at the same time?

Encrypt PDF file
-encrypt <-openpwd=XXX -ownerpwd=XXX -keylen=X -encryption=XXX>
Set user password, owner password and permissions to the stamped PDF file.
Options for "-encrypt" function:
-openpwd <string> : Set 'open password' to PDF file
-ownerpwd <string> : Set 'owner password' to PDF file
-keylen <int> : Key length (40 or 128 bit)
-keylen 0: 40 bit RC4 encryption (Acrobat 3 or higher)
-keylen 1: 128 bit RC4 encryption (Acrobat 5 or higher)
-keylen 2: 128 bit RC4 encryption (Acrobat 6 or higher)
-encryption <int> : Restrictions
-encryption 0: Encrypt the file only
-encryption 3900: Deny anything
-encryption 4: Deny printing
-encryption 8: Deny modification of contents
-encryption 16: Deny copying of contents
-encryption 32: No commenting
===128 bit encryption only -> ignored if 40 bit encryption is used
-encryption 256: Deny FillInFormFields
-encryption 512: Deny ExtractObj
-encryption 1024: Deny Assemble
-encryption 2048: Disable high res. printing
-encryption 4096: Do not encrypt metadata
=======================================
You can use “-encryption 24” to deny modification and copying of contents at the same time.

VeryPDF
=======================================
Thanks.  So what if I want to deny everything but printing?
=======================================
“deny everything but printing” is equal to 3900-4-2048=1848, so you can use “-encryption 1848” 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)
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)