Recent Posts

Pages: 1 ... 8 9 [10]
91
Ideas/Suggestions / Re: Would like to develop a combined script for various needs.
« Last post by RTT on March 24, 2021, 05:09:08 PM »
Starting with 2 PDFs, each with 3 pages, the above script (except for a bug in the even odd page rotation logic), will create the next sequence of pages for 2 merged copies of each document, and the "multiple of" set to 3.

PDF1P1R90
PDF1P2R-90
PDF1P3R90
PDF1P1R90
PDF1P2R-90
PDF1P3R90
PDF2P1R90
PDF2P2R-90
PDF2P3R90
PDF2P1R90
PDF2P2R-90
PDF2P3R90

PDF1P1R90
PDF1P2R-90
PDF1P3R90
PDF1P1R90
PDF1P2R-90
PDF1P3R90
PDF2P1R90
PDF2P2R-90
PDF2P3R90
PDF2P1R90
PDF2P2R-90
PDF2P3R90

PDF1P1R90
PDF1P2R-90
PDF1P3R90
PDF1P1R90
PDF1P2R-90
PDF1P3R90
PDF2P1R90
PDF2P2R-90
PDF2P3R90
PDF2P1R90
PDF2P2R-90
PDF2P3R90

Using this notation (and/or with different number of documents, pages and number of copies), give me a similar example of the sequence you need.

Also, is there a need for the documents to have an even number of pages or a odd number also works?
92
No sure about the 1st step, but check if the attached script is what you need.
If not correct, please give me more details.

yes this almost worked perfectly!

except we need the "copies of" to come first prior to making it a multiple of.

and step one is basically just the insert/append function, adding a specified page to the end of the file before making any changes. so that page also repeats on the "copies of" function. this insert pdf to be selected from explorer or "recently used"
93
Ideas/Suggestions / Re: Would like to develop a combined script for various needs.
« Last post by RTT on March 24, 2021, 02:26:06 AM »
No sure about the 1st step, but check if the attached script is what you need.
If not correct, please give me more details.
94
Hi again. We are requesting a script that does the following steps in sequence...

1. Automatically adds a pdf from source file to the end of the pdf.
2. Uses the logic and context window of the multi combine tool (merge various copies custom script - attached)
3. But also on the Query Dialogue window, it has a box that requests a number to make the combine file a multiple of, "Make a multiple of:"
4. Also rotates Odd pages Clockwise, Even pages Counter-Clockwise.
5. Save output As:

95
General / Re: Displaying PDF Page Size in Windows Explorer
« Last post by RTT on March 22, 2021, 04:43:49 PM »
I did not need to close the run box but perhaps I needed to install the "Filter Handler Metadata Properties Extender," which I did on this computer.
The script saves the calculated sizes to the PDF itself, into the metadata custom field you configured with the manager. You can always use a PDF reader to check if the metadata got indeed saved to the file, e.g. File>Properties (CTRL+D) in Acrobat. The Windows File Explorer will use the PDF-ShellTools PDF Property Handler to access these properties, so these are available immediately after the metadata is saved to the PDF. That's why you didn't needed to close the script output window.

I don't think having the "Filter Handler Metadata Properties Extender" installed, or not, is related to the problem you experienced with the other script.
But, latest Windows 10 versions, e.g. 20H2, seems to have Windows Search issues, with the Search Indexer failing to index the metadata if, under the Windows Advanced Indexing Options, the PDF file type is set to index the properties and file contents, instead of just the properties. The indexer uses the registered PDF filter to gather the file contents and metadata properties (if also exported by the filter) and discard the metadata properties exported by the call to the properties handler, despite still calling it. This result in the Windows Search not finding by searching by any, supposedly, indexed metadata word(s). Having the "Filter Handler Metadata Properties Extender" registered fix this, as this filter also exports the PDFs metadata properties. When this issue is present, the PDF-ShellTools Reader Windows Search Explorer shows all the metadata columns empty.
Let's hope Microsoft fix this issue soon.

Quote
PS This is a great piece of software! I may even buy it! (I had thought that I would just be using it once but I am really liking it). When I rotate using PDF ShellTools it does not change the creator nor producer field of the document which is very good since my printer insists everything is made by Adobe or MS Word. Hopefully they will not notice.
Spread the word. :)
96
General / Re: Displaying PDF Page Size in Windows Explorer
« Last post by timtak on March 21, 2021, 09:58:40 PM »
Thank you. I got it working. Either because I installed the optional "Filter Handler Metadata Properties Extender" when I installed shell-scripts, or because I used a different script. I used the one downloaded from
https://www.rttsoftware.com/forum/index.php?action=dlattach;topic=507.0;attach=390
this time. It does not display A4 and the like but perhaps that is preferable because I can see the orientation without having to add another custom field.

I got the PDF-Shell script to run, and in the results of the run the sizes are displayed.

Code: [Select]
C:\Users\TT\Desktop\Temp\Ninja_English_001.pdf
  Size details:
    297x424 = 1
  Sizes list: 297x424
 C:\Users\TT\Desktop\Temp\Hyouka.pdf
  Size details:
    A4 = 2
  Sizes list: A4
 C:\Users\TT\Desktop\Temp\Yamaguchi_Niho_26.pdf
  Size details:
    A4 = 3
  Sizes list: A4
 C:\Users\TT\Desktop\Temp\calendar.pdf
  Size details:
    A4 = 1
  Sizes list: A4
 C:\Users\TT\Desktop\Temp\Kim_Culture_and_self_expression.pdf
  Size details:
    Letter = 35
  Sizes list: Letter
 Done

And "Page size" is also being displayed as a column in explorer but the page sizes are empty. and now the page sizes are displayed too.

I did not need to close the run box but perhaps I needed to install the "Filter Handler Metadata Properties Extender," which I did on this computer.

PS This is a great piece of software! I may even buy it! (I had thought that I would just be using it once but I am really liking it). When I rotate using PDF ShellTools it does not change the creator nor producer field of the document which is very good since my printer insists everything is made by Adobe or MS Word. Hopefully they will not notice.
97
General / Re: stamp text color
« Last post by RTT on March 05, 2021, 03:14:28 PM »
I attached a pdf over which I put a text stamp, but then when I make other changes and I want to save I get the error ...

The PDF seems to be OK. After stamped, it has 3 more incremental updates saves done with Acrobat, with changes that seem to be made with an Acrobat plugin tool. If it fails when you try to save it a fourth time, the problem must be in that tool.
98
General / Re: stamp text color
« Last post by Nick Riviera on March 04, 2021, 08:08:46 AM »
for the stamp text, the color should be only gray color ( colorspace gray ) ..

I attached a pdf over which I put a text stamp, but then when I make other changes and I want to save I get the error ...
99
General / Re: stamp text color
« Last post by RTT on March 03, 2021, 06:09:34 PM »
is there a way to use CMYK or Gray color for text stamp?
No. Is the need to be able to define each color component or just to encode it with a different colorspace?

i don't know if it's because of pdfshelltools, but, after applying a stamp text, when I try to save the pdf document, I get this error "the document could not be saved. there was a problem reading this document (109)"
Please attach a sample PDF, with that problem, so I can check here.
100
General / Re: bulk: rename files with folder name
« Last post by Nick Riviera on March 02, 2021, 03:43:50 PM »
Thank you!!!
Pages: 1 ... 8 9 [10]