Dear sirs,
We are looking for a software to adjust the parallelogram distortion of a PDF file. Do you offer to adjust this distortion?
Thanks
===================================
Sorry, we don't understand your meaning, if possible, can you please email to us some sample PDF files for checking?
1. a PDF file for input,
2. a PDF file that you want to get, maybe cropped by a rectangle
After we understand your requirement completely, we will figure out a solution for you asap.
===================================
Thank you for your answer. We are printed circuit board manufacurer and the image distortion is very important for us.
I think it will be easier to explain with the attached example. Currently we send to plot a PDF file and the plotter has a parallelism problem. If we plot a rectangle, it appears like a parallelogram after plotting.
If we adjust this parallelism with a software in the opposite direction, after plotting we will have our rectangle again.
I have maximized this error in the picture. We have to adjust fraction of degree.
The input and output data is a PDF file.
Do you have some software to process this?
====================================
Please download Advanced PDF Tools Command Line v3.0 from our website to try, Advanced PDF Tools Command Line v3.0 has rotation function, this function may helpful to you,
https://www.verypdf.com/pdfinfoeditor/index.html#dl
for example,
you can use following command line to rotate all of the page content of document of 270 degree.
pdftools -i "C:\input.pdf" -o "C:\output.pdf" "-@" "270"
you can also rotate all of the page content to 5 degree,
pdftools -i "C:\input.pdf" -o "C:\output.pdf" "-@" 5
we hoping Advanced PDF Tools Command Line v3.0 will helpful to you, you may download it to try.
Related Posts
Related posts:
How to show pdf file information via Advanced PDF Tools Command Line
How to remove pdf metadata to reduce pdf size by using the Advanced PDF Tools
How to compress image to JPEG to reduce pdf size
How to use CCITT G4 compression to reduce pdf size
View the effect after rescaling pdf pages using command line
Edit pdf content of odd number pages using command line
Edit pdf content top offset of specified pages using command line
Count the number of pages in a PDF in PHP, VB, VC