PdfBatch : User GuideV3.1. Manipulate your PDF files quickly. PdfBatch 3.0 allows you to manipulate Adobe Acrobat Portable Document Format.

Size: px
Start display at page:

Download "PdfBatch : User GuideV3.1. Manipulate your PDF files quickly. PdfBatch 3.0 allows you to manipulate Adobe Acrobat Portable Document Format."

Transcription

1 Manipulate your PDF files quickly PdfBatch 3.0 allows you to manipulate Adobe Acrobat Portable Document Format. PdfBatch 3.0 Introduction PdfBatch allows you to manipulate one or thousands of existing PDF files in one go with rapidity and robustness. This is achieved via command lines and batch process. Powerful With PdfBatch3.0, you can insert your personal text and meta data in PDF files. You can add images and watermark in batch mode. You do not need access to the PDF files since our application does it for you. Flexible Developed with the latest java technology, PdfBatch3.0 is platformindependent. You can choose your favourite system (Windows, Solaris and Linux) and run PdfBatch 3.0. For support : contact : V /05/2001 P : 1 / 1

2 Table of Contents 1. USER GUIDE PDFBATCH3.0 FUNCTIONALITIES : EXAMPLES Select an original Pdf file Collection of information from the Pdf document Result of Information extracted by PdfBatch3.0 (Xml Format) : Write information in the Pdf document Add graphical information in PDF SETTING PARAMETERS COMMAND LINE EXAMPLE COMMAND LINE DESCRIPTION get Option : get Parameters : set Option : set Parameters : add Option : add Parameters : output Option : extension option : extension parameters : PDF files Location :...16 Supported values...17 Supported font names...17 Supported alignments OUTPUTS GENERATED LIST OF OUTPUTS : EXAMPLES OF OUTPUTS GENERATED Get.xml...19 Set.Html...21 PdfOk.log INSTALLER For support : contact : V /05/2001 P : 2 / 2

3 1. USER GUIDE 1.1 PdfBatch3.0 functionalities : examples This part will explain with examples what PDF batch does SELECT AN ORIGINAL PDF FILE In this example, we select an existing "PDF" file, then we open it in order to display its attributes. PDF Document : Overview of InterestRateEuropeanCentralBank.pdf file. For support : contact : V /05/2001 P : 3 / 3

4 1.1.2 COLLECTION OF INFORMATION FROM THE PDF DOCUMENT This function allows you to collect different information contained in the PDF document structure and to display it in different modes. To access that information, you have to invoke some of following "commands": Some commands : -gp;a;t;f;s;k;c;o;b -ox,h,l C:\PdfBatch3.0_Outputs\ Original information from PDF document : Filename Font name Type Encoding Title Subject Author Keywords Creator Producer Optimized For support : contact : V /05/2001 P : 4 / 4

5 Result of information extracted by PdfBatch3.0 (Xml format) : For support : contact : V /05/2001 P : 5 / 5

6 WRITE INFORMATION IN THE PDF DOCUMENT. This function allows you to write (set) different information in the PDF document structure. Command : -sp=acrobatdistillercommand302bforwindows;t=interestrate; S=InterestRateAppliedByTheEuropeanCentralBank;A=JohnSmith; K=Interest;Z=100;C=KateDonaldson -ox,h,l C:\PdfBatch3.0_Outputs\ generate output file The Result : You have now added information to the title, subject, author, keyword, creator and producer. For support : contact : V /05/2001 P : 6 / 6

7 Verification : You can verify if the adding operation was successful without opening the PDF document. For that, you must open your output file named Set.(log/xml/html). For support : contact : V /05/2001 P : 7 / 7

8 1.1.4 ADD GRAPHICAL INFORMATION IN PDF DOCUMENTS Add text, images, watermarks and pagination to your PDF document. Command : -aw=c:\pdfbatchsources\clouds.jpg,0.1,0.5,1; I=C:\PdfBatchSources\watermark1.jpg,0.5,0.7,1; T=C:\PdfBatchSources\text.txt,24,0.5,1,1 -ox,h,l C:\PdfBatch3.0_Outputs\ C:\PdfBatch3.0_Outputs\ This command inserts an image, a watermark and a text entry in the PDF document. Overview the components : For support : contact : V /05/2001 P : 8 / 8

9 Result : Overview the new PDF document : The add log file contains the status of the add operation (for each component). Add log file (Html format) : For support : contact : V /05/2001 P : 9 / 9

10 2.SETTING PARAMETERS. PdfBatch3.0 is a java application that works in batch mode. For launching the application you must type : Java jar Pdfbatch.jar + Options + parameters. For example, see "Command line example". For more facilities, you can write your command line in a batch file. PdfBatch3.0 is delivered with an installer program that creates a java run-time environment and a PdfBatch.jar on your disk. For more details, see section "PdfBatch3.0 Installer". 2.1 Command line example. Windows 9x, 2000, NT platform (Case- and space- sensitive) : Java jar PdfBatch.jar gp;a;t;f;s;k;c;o;b -sp=producer; T=Title;S=Subject;A=Authors;K=Keywords;Z=100; C=Creator;I=c:\template.txt aw=c:\logo.jpg,1,1,1#2#3; I=Watermark.jpg,0.5,0.5,a;T=c:\text.txt,24,0,1,a; P=d:\Template1.txt,24,0.2,0.8 a -ol,x,h -XP,u=UserPassword,o=OwnerPassword,O=OldPassword,c,s,f,p c:\test For support : contact : V /05/2001 P : 10 / 10

11 2.2 Command line description. -GET OPTION : gp;a;t;f;s;k;c;o;b Get information from PDF files found in the directory and subdirectories. Information is set in a log file named "Get.log" in the parent directory. -get Parameters : gp;a;t;f;s;k;c;o;b Title: Authors: Subject: Keyword: Creator: Producer: Fonts: Optimization: Pdf Version: ASCII or Binary: All Above: T A S K C P F O V I or B X WARNING : - no white spaces and. are allowed within parameters and extra parameters! - on Solaris platform, the ; must be replaced by \;. For support : contact : V /05/2001 P : 11 / 11

12 -SET OPTION : sp=producer;t=title;s=subject;a=authors;k=keywords; Z=100;C=Creator;I=c:\template.txt Set information in PDF files found in the directory and subdirectories. Results are in a log file named Set.log in the parent directory. -set Parameters : sp=producer;t=title;s=subject;a=authors;k=keywords; Z=100;C=Creator;I=c:\template.txt Title: T Title * Authors: A Authors Subject: S Subject Keyword: K Keyword Creator: C Creator Producer: P Producer Preferred Zoom: Z Zoom Information: I Template File ** * Set title according to information collected in filename and defined template. ** Template file structure for information parameter : The template file is a text property file. You must define the template, the property name, the begin index and the last index of the value to be collected in the file. Nomenclature : Template = Article [ART] [Test] ART=2,3 Test=4,8 The template property is mandatory. Other properties are dynamically computed, make sure that the name of the property is the same (case sensitive) as the parameter in the template. The parameter in the template must be surrounded by []. Example : The image you are working on is a PDF file named PdfBatchNewFeatures.pdf and you define your template file as : Template = Article [First] [SECond] First =1,8 SECond=12,19 For support : contact : V /05/2001 P : 12 / 12

13 (Remember : parameters are case sensitive). First value = PdfBatch. SECond= Features. Now, the subject of your PDF file named PdfBatchNewFeatures.pdf is : Subject : PdfBatch Features -ADD OPTION : a W=c:\logo.jpg,1,1,1#2#3; I=Watermark.jpg,0.5,0.5,a;T=c:\text.txt,24,0,1,a; P=d:\Template1.txt,24,0.2,0.8 a c:\test Add components to PDF files found in the directory and subdirectories. Results are in a log file named Add.log in the parent directory. -add Parameters : a W=c:\logo.jpg,1,1,1#2#3; I=Watermark.jpg,0.5,0.5,a;T=c:\text.txt,24,0,1,a,f=c,a=r; P=d:\Template1.txt,24,0.2,0.8,b=1,f=c,a=r c:\test Watermark: W Watermark parameters : PDF filename, X position, Y position, pages where the watermark must be inserted(separated by #) a (All pages). Image: I Image parameters : PDF filename, X position, Y position, pages where the image must be inserted (separated by #) a (All pages). Text: T Text parameters : PDF filename, font height, X position, Y position, pages where the text must be inserted (separated by #) a (All pages), f=font name (optional)*, a=alignment (optional)*. For support : contact : V /05/2001 P : 13 / 13

14 * for values see : supported font names and alignment section. Pagination: P Pagination parameters : PDF filename, font height, X position, Y position, b=page where the pagination starts, f=font name (optional)*, a=alignment (optional)*. * for values see : supported font names and alignment section. -OUTPUT OPTION : ol,x,h Generate output files that contains information generated by Pdfbatch output Parameters: ol,x,h Log files: L text format Xml files : X xml format Html files: H Html format For support : contact : V /05/2001 P : 14 / 14

15 -EXTENSION OPTION : XP,u= UserPassword,o= OwnerPassword,O= OldPassword,c,s,f,p Create and manage security in PDF files. -extension parameters : XP,u= UserPassword,o= OwnerPassword,O= OldPassword,c,s,f,p Permission: P Permission parameters : u= set a user read password for the PDF document. o= set a user read/write password for the PDF document *. O= specify the initial owner password of the PDF document before changing. c : changing not allowed in the PDF document. s : selecting (copy/paste) not allowed in the PDF document. f : adding/modification of forms/annotations not allowed in the PDF document. p : printing not allowed for the PDF document. For support : contact : V /05/2001 P : 15 / 15

16 - PDF FILES LOCATION : c:\test Parent directory of the PDF files. If the directory is empty an exception is generated. The other values for this option can be : a PDF file (e.g. : MyPdf.pdf); a zip files including PDF files (e.g. : MyPdf.zip). For support : contact : V /05/2001 P : 16 / 16

17 SUPPORTED VALUES. X/Y positions The allowed values are doubles from 0 to 1 (e.g:0.5). X position 0 Left 1 Right Y position 0 Bottom 1 Up Supported font names Font Name Courier Courier-Bold Courier-BoldOblique Courier-Oblique Helvetica Helvetica-Bold Helvetica-BoldOblique Helvetica-Oblique Times-Roman Times-Bold Times-Italic Times-BoldItalic Values C CB CBO CO H HB HBO HO TR TB TI TBI Supported alignments Alignment Left Center Right Values L C R For support : contact : V /05/2001 P : 17 / 17

18 3. OUTPUTS GENERATED Pdfbatch3.0 works in batch mode. The outputs generated are not on screen but saved on disk in text, XML or HTML format. 3.1 List of outputs Outputs Add Get PdfAll PdfKo PdfOk Security Description List of PDFs where components where added. List of information acquired from the PDFs. Contains the list of all PDFs in directory and subdirectories Contains PDFs which are not correctly processed. If one error occurs during its process, it will be logged. Contains PDFs which are correctly processed. Status of the security process for all processed PDFs. For support : contact : V /05/2001 P : 18 / 18

19 3.2 Examples of outputs generated GET.XML <?xml version="1.0" encoding="iso "?> - <Log Name="/D:/My Projects/PdfBatch/PdfBatch/Get.log"> - <Directory Name="d:\PdfBatchTest"> - <afile> <Filename>d:\PdfBatchTest\OPP1.pdf</Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> - <afile> <Filename >d:\pdfbatchtest\c_ da pdf </Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> - <afile> <Filename >d:\pdfbatchtest\c_ da pdf </Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> </Directory> - <Directory Name="d:\PdfBatchTest"> - <afile> <Filename>d:\PdfBatchTest\OPP1.pdf</Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> - <afile> <Filename >d:\pdfbatchtest\c_ da pdf </Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> - <afile> <Filename >d:\pdfbatchtest\c_ da pdf </Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> </Directory> - <Directory Name="d:\PdfBatchTest"> For support : contact : V /05/2001 P : 19 / 19

20 - <afile> <Filename>d:\PdfBatchTest\OPP1.pdf</Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> - <afile> <Filename >d:\pdfbatchtest\c_ da pdf </Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> - <afile> <Filename >d:\pdfbatchtest\c_ da pdf </Filename> <Title>Y</Title> <Subject>Y</Subject> </afile> </Directory> </Log> For support : contact : V /05/2001 P : 20 / 20

21 SET.HTML PDFOK.LOG For support : contact : V /05/2001 P : 21 / 21

22 4. INSTALLER. You can install the application by executing a file according to your operating system. Windows : Execute the file named "w32.exe" Solaris Sparc : Execute the file named "Solaris". An installation wizard will guide you through the different steps required to install the PdfBatch3.0 application. For support : contact : V /05/2001 P : 22 / 22

23 For support : contact : V /05/2001 P : 23 / 23

24 For support : contact : V /05/2001 P : 24 / 24

ADDITIONAL RECOMMENDED STANDARDS FOR DRS DEPOSIT:

ADDITIONAL RECOMMENDED STANDARDS FOR DRS DEPOSIT: ADDITIONAL RECOMMENDED STANDARDS FOR DRS DEPOSIT: 1. Remove any security restrictions (password, certificate, etc.) on the documents. These restrictions could hamper future use or transformations of the

More information

DEFINE FILE FORMAT SPECIFICATIONS. CSV /TSV Specifications

DEFINE FILE FORMAT SPECIFICATIONS. CSV /TSV Specifications DEFINE FILE FORMAT SPECIFICATIONS E-mail utilities allow the user to format output into popular standards such as Adobe PDF. These standards are complex. Placing all available options on the E-mail utilities

More information

Communication Tools Quick Reference Card

Communication Tools Quick Reference Card Mailing Labels Use mailing label templates to print mailing or other information on labels for students or staff. For example, for a form letter that must be mailed to each student s home, create mailing

More information

PDF Batch Stamp Tool. Version User Manual. Kasernenstrasse Bachenbülach Switzerland

PDF Batch Stamp Tool. Version User Manual.  Kasernenstrasse Bachenbülach Switzerland PDF Batch Stamp Tool Version 4.10 User Manual Contact: pdfsupport@pdf-tools.com Owner: PDF Tools AG Kasernenstrasse 1 8184 Bachenbülach Switzerland http://www.pdf-tools.com Copyright 2000-2017 PDF Batch

More information

Maestro Member Statement PDFs

Maestro Member Statement PDFs Maestro Member Statement PDFs Published Date: November 15 Introduction Maestro Client Forty One North has requested an enhancement to Maestro that will enable the production of Member Statements that can

More information

Quick Reference Guide: Genesis 2

Quick Reference Guide: Genesis 2 : Genesis 2 TABLE OF CONTENTS REGISTRATION...2 LAUNCH GENESIS 2 WIZARD...4 MANAGE MY PROFILE...33 CONFIGURE MY WEBSITE...34 REPORTS...35 1 REGISTRATION Before you can access the administration section

More information

AutoPagex Plug-in User s Manual

AutoPagex Plug-in User s Manual Page 1 of 32 AutoPagex Plug-in User s Manual Version 1.1 Page 2 of 32 What is AutoPagex plug-in? AutoPagex is an advanced plug-in for Adobe Acrobat and Adobe Acrobat Professional software. It is designed

More information

Creating Special Effects with Text

Creating Special Effects with Text Creating Special Effects with Text Introduction With FrameMaker publishing software, you can create special effects such as large, rotated, outlined, or color characters by putting PostScript code in a

More information

Advanced Bulk PDF Watermark Creator handles watermarking of one or more input PDF documents. Common usage of this application:

Advanced Bulk PDF Watermark Creator handles watermarking of one or more input PDF documents. Common usage of this application: Advanced Bulk PDF Watermark Creator Product Information Page: http://www.advancedreliablesoftware.com/advanced_bulk_pdf_watermark_creator.html Advanced Bulk PDF Watermark Creator handles watermarking of

More information

HMG_HPDF Introduction

HMG_HPDF Introduction HMG_HPDF Introduction HMG_HPDF is a small library to create PDF documents in a simple way using xbase syntax. Output from HMG programs can be exported to PDF with HMG PRINT like commands. Apart from HMG

More information

Zeligsoft CX for CBDDS

Zeligsoft CX for CBDDS Zeligsoft CX for CBDDS Copyright Notice 2012 PrismTech Limited. All rights reserved. This document may be reproduced in whole but not in part. The information contained in this document is subject to change

More information

AGAMA. Version 1.0 FONT ASSISTANT. for Windows 95/98 & NT. User's Guide

AGAMA. Version 1.0 FONT ASSISTANT. for Windows 95/98 & NT. User's Guide AGAMA Version 1.0 FONT ASSISTANT for Windows 95/98 & NT 1999 User's Guide Copyright Notice Copyright 1991-1999, AGAMA, Moscow, Russia and Smart Link Corpoiration, USA. All Rights Reserved. All parts of

More information

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO

INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND INSTALLATION GUIDE FOR ECLIPSE 3.3 TO INTRODUCTION... 3 INSTALLATION GUIDE FOR ECLIPSE 3.1 AND 3.2... 4 INSTALLATION GUIDE FOR ECLIPSE 3.3 TO 4.3... 23 INSTALLATION GUIDE FOR ECLIPSE 4.4 OR HIGHER... 37 ECLIPSE VIEWERS... 41 DEVICES... 41

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

limelightplatform.com

limelightplatform.com 1 limelightplatform.com Introduction: Email Template Overview: This document is an example of an email template. It contains the different sections that could be included. Email templates provide a layout.

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Console Client for Microsoft Windows Installation Guide P/N 300-009-578 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103

More information

Table of contents. Universal Data Exporter ASP DMXzone.com

Table of contents. Universal Data Exporter ASP DMXzone.com Table of contents About Universal Data Exporter ASP... 2 Features in Detail... 3 Before you begin... 9 Installing the extension... 9 The Basics: Exporting an HTML table... 10 Introduction... 10 How to

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 SP1 Console Client for Microsoft Windows P/N 300-012-249 REV A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

BOXOFT Image to PDF s allow you scans paper documents and automatically s them as PDF attachments using your existing software

BOXOFT Image to PDF s allow you scans paper documents and automatically  s them as PDF attachments using your existing  software Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not insert a watermark in your generated pdf documents.

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Fiery Driver for Windows

Fiery Driver for Windows 2017 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 27 April 2017 Contents 3 Contents...5 Fiery Driver Updater...5 Create custom Fiery

More information

FILE FORMAT: Did you save the document/presentation as the most current file format (i.e.,.docx,.pptx, or.xlsx)

FILE FORMAT: Did you save the document/presentation as the most current file format (i.e.,.docx,.pptx, or.xlsx) GENERAL DOCUMENT REQUIREMENTS FILE FORMAT: Did you save the document/presentation as the most current file format (i.e.,.docx,.pptx, or.xlsx) Yes No FILE NAME: Does the filename identify the document or

More information

AdapterforeMatrixUserGuide

AdapterforeMatrixUserGuide IBM WebSphere Business Integration Adapters AdapterforeMatrixUserGuide V1.0.x IBM WebSphere Business Integration Adapters AdapterforeMatrixUserGuide V1.0.x Note! Before using this information and the

More information

User Manual. The Iowa State Bar Association 625 East Court Avenue, Des Moines, IA

User Manual. The Iowa State Bar Association 625 East Court Avenue, Des Moines, IA User Manual The Iowa State Bar Association 625 East Court Avenue, Des Moines, IA 50309 www.iowadocs.net IowaDocs User Manual 05/09/2017 Table Of Contents: System Requirements:... 4 Technical Support:...

More information

How to Split PDF files with AutoSplit

How to Split PDF files with AutoSplit How to Split PDF files with AutoSplit An introduction to PDF document splitting and page extraction Table of Contents What software do I need?... 2 What splitting methods are available?... 2 What documents

More information

Introduction. Overview. Document Conventions

Introduction. Overview. Document Conventions 1 Overview Document Conventions This guide contains LookoutDirect installation instructions and an introduction to LookoutDirect s features and functionality. It includes general information to help acquaint

More information

Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution

Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution Adobe Acrobat 8 Professional - Available November 8, 2006 Communicate and Collaborate with the Essential PDF Solution Acrobat 8 - Top 10 Reason to buy - NEW Acrobat Customer Ability to unlock advanced

More information

Boxoft PDF Stamper does NOT require Adobe Acrobat, and produces documents compatible with Adobe Acrobat Reader Version 5 and above.

Boxoft PDF Stamper does NOT require Adobe Acrobat, and produces documents compatible with Adobe Acrobat Reader Version 5 and above. Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not insert a watermark in your generated pdf documents.

More information

PDF Publisher to PDF utility. User Documentation

PDF Publisher to PDF utility. User Documentation Note: This product is distributed on a try-before-you-buy basis. All features described in this documentation are enabled. The registered version does not insert a watermark in your generated pdf documents.

More information

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010

TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation. Software Release 1.0 February 2010 TIBCO BusinessConnect ConfigStore Management Interface Protocol Installation Software Release 1.0 February 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

Adobe Acrobat DC for Legal Professionals - Quick Reference Guide

Adobe Acrobat DC for Legal Professionals - Quick Reference Guide Adobe Acrobat DC for Legal Professionals - Quick Reference Guide Adobe Acrobat is an important tool in the legal field giving you the ability to create, view, and edit PDF (portable document format) documents.

More information

Contents. A Recommended Reading...21 Index iii

Contents. A Recommended Reading...21 Index iii Contents Installing SAS Information Retrieval Studio...1 1.1 About This Book... 1 1.1.1 Audience... 1 1.1.2 Prerequisites... 1 1.1.3 Typographical Conventions... 2 1.2 Introduction to SAS Information Retrieval

More information

AVS4YOU Programs Help

AVS4YOU Programs Help AVS4YOU Help - AVS Document Converter AVS4YOU Programs Help AVS Document Converter www.avs4you.com Online Media Technologies, Ltd., UK. 2004-2012 All rights reserved AVS4YOU Programs Help Page 2 of 39

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

Generally, typefaces with the Euro currency symbol are available in TrueType and PostScript formats for PC, as well as in PostScript format for MAC.

Generally, typefaces with the Euro currency symbol are available in TrueType and PostScript formats for PC, as well as in PostScript format for MAC. Availability At Linotype we have been working for more than a year to bring you the most important fonts in the Linotype Library complete with the new Euro symbol. Since January 2002 more than 2,000 fonts

More information

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide Release 8.0.2.0.0 February 2016 E65393-01 Oracle Financial Services Governance, Risk, and Compliance Workflow Manager

More information

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage Personal Computing BITS BYTES AND FILES What is a bit Technically, it s a change of voltage Two stable states of a flip-flop Positions of an electrical switch That s for the EE folks It s a zero or a one

More information

Oracle Tuxedo Application Runtime for Batch

Oracle Tuxedo Application Runtime for Batch Oracle Tuxedo Application Runtime for Batch Installation Guide 12c Release 1 (12.1.1) August 2012 Oracle Tuxedo Application Runtime for Batch Installation Guide, 12c Release 1 (12.1.1) Copyright 2012,

More information

Creating & Sending PDF Files Using Piedmont s Print Driver. PageMaker PC

Creating & Sending PDF Files Using Piedmont s Print Driver. PageMaker PC Creating & Sending PDF Files Using Piedmont s Print Driver PageMaker PC Quick Overview for Creating New Documents Go to PageMaker and open the file that you want to send Go to the File menu - select Document

More information

GROUP CANVAS USER SIDE FUNCTIONS

GROUP CANVAS USER SIDE FUNCTIONS Group Canvas V5.0 17 GROUP CANVAS USER SIDE FUNCTIONS INTRODUCTION Once the template is available on the user side there are a number of functions that the users have access to. This section of the manual

More information

PhotoPDF User Guide. PhotoPDF. Photo to PDF Converter

PhotoPDF User Guide. PhotoPDF. Photo to PDF Converter PhotoPDF Photo to PDF Converter PhotoPDF is a batch-processing tool to convert photos into PDF file. PhotoPDF provides three modes of conversion: Batch Convert, Photos Merge and Thumbnail Page. PhotoPDF

More information

Preview tab. The Preview tab is the default tab displayed when the pdffactory dialog box first appears. From here, you can:

Preview tab. The Preview tab is the default tab displayed when the pdffactory dialog box first appears. From here, you can: Getting Started pdffactory is a printer driver. This means you must print to it from your application, just as you would with any other printer. Most applications have a Print dialog box command available

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

PrimoPDF Enterprise User Guide, Version 5.0

PrimoPDF Enterprise User Guide, Version 5.0 Table of Contents Installation... 3 Reference Links... 3 Uninstallation... 4 Creating PDF Documents... 4 PrimoPDF Document Settings... 5 PDF Creation Profiles... 5 Document Properties... 6 PDF Security...

More information

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version

WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version WINDEV 23 - WEBDEV 23 - WINDEV Mobile 23 Documentation version 23-1 - 04-18 Summary Part 1 - Report editor 1. Introduction... 13 2. How to create a report... 23 3. Data sources of a report... 43 4. Describing

More information

Oracle Workflow Builder and Oracle XML Gateway Message Designer Hardware and Software Requirements

Oracle Workflow Builder and Oracle XML Gateway Message Designer Hardware and Software Requirements Oracle Workflow Client Installation Guide Release 12.2 Part No. E22010-06 July 2014 Overview This document explains how to install or upgrade the Oracle Workflow and Oracle XML Gateway client components

More information

pdf2data an itext 7 add-on pdf2data

pdf2data an itext 7 add-on   pdf2data an itext 7 add-on www.itextpdf.com 1 What is it? allows you to extract data from PDF documents. The process is based on a framework that recognizes data inside PDF documents, based on areas that you have

More information

XMLInput Application Guide

XMLInput Application Guide XMLInput Application Guide Version 1.6 August 23, 2002 (573) 308-3525 Mid-Continent Mapping Center 1400 Independence Drive Rolla, MO 65401 Richard E. Brown (reb@usgs.gov) Table of Contents OVERVIEW...

More information

Getting Started. Citrix Secure Gateway. Version 1.0. Citrix Systems, Inc.

Getting Started. Citrix Secure Gateway. Version 1.0. Citrix Systems, Inc. Getting Started Citrix Secure Gateway Version 1.0 Citrix Systems, Inc. Copyright and Trademark Notice Information in this document is subject to change without notice. Companies, names, and data used in

More information

Q U A L I T Y PR I NT I NG

Q U A L I T Y PR I NT I NG Q U A L I T Y PR I NT I NG COMPANY A Guide to InSite and Automated Processing Quality Printing s guidelines for ensuring your documents are free of issues that may occur during file processing. PDF Specifications

More information

Make Your Documents Accessible Worksheet (Microsoft Word 2010)

Make Your Documents Accessible Worksheet (Microsoft Word 2010) Make Your Documents Accessible Worksheet (Microsoft Word 2010) This exercise is intended for staff attending the Make your documents accessible course, although other staff will also find this resource

More information

Font Information Files for Bitstream Soft Fonts

Font Information Files for Bitstream Soft Fonts Technical Bulletin Font Information Files for Bitstream Soft Fonts Product: R&R Report Writer Version: 4.0 Oper Sys: DOS Summary The procedure for using soft fonts in an R&R Report Writer report is as

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Instant Content Creator. User Guide

Instant Content Creator. User Guide Instant Content Creator User Guide Table of contents: 1 INTRODUCTION...4 1.1 Installation Procedure...4 2 INSTANT CONTENT CREATOR INTERFACE...7 3 CREATING A NEW PROJECT...9 4 ENTERING THE NAME OF THE PRODUCT...10

More information

Electronic Proposal Submission Service. - EPSS preparation and submission guide -

Electronic Proposal Submission Service. - EPSS preparation and submission guide - Electronic Proposal Submission Service - EPSS preparation and submission guide - Release Date: 23 April 2010 Table of Contents 1 EPSS Preparation User s Guide... 3 1.1. Using PIC in EPSS... 4 1.2. The

More information

HP OpenView Service Desk 4.5

HP OpenView Service Desk 4.5 HP OpenView Service Desk 4.5 Operations Manager for Windows Integration Administrator s Guide Fourth Edition Manufacturing Part Number: N/A January 2008 Legal Notices Hewlett-Packard makes no warranty

More information

Make Your Course Content Accessible using Microsoft Office and Windows.

Make Your Course Content Accessible using Microsoft Office and Windows. Make Your Course Content Accessible using Microsoft Office and Windows. CTE WORKSHOP 2017 CTE WORKSHOP 2017 Learning Objectives Why do we need accessible instructional materials? In the United States,

More information

Cover Page. Oracle Report Parser System Administration Guide 10g Release 3 ( ) March 2007

Cover Page. Oracle Report Parser System Administration Guide 10g Release 3 ( ) March 2007 Cover Page Oracle Report Parser System Administration Guide 10g Release 3 (10.1.3.3.0) March 2007 Oracle Report Parser System Administration Guide, 10g Release 3 (10.1.3.3.0) Copyright 2007, Oracle. All

More information

Product Documentation. ER/Studio Portal. User Guide. Version Published February 21, 2012

Product Documentation. ER/Studio Portal. User Guide. Version Published February 21, 2012 Product Documentation ER/Studio Portal User Guide Version 1.6.3 Published February 21, 2012 2012 Embarcadero Technologies, Inc. Embarcadero, the Embarcadero Technologies logos, and all other Embarcadero

More information

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية

HTML. Mohammed Alhessi M.Sc. Geomatics Engineering. Internet GIS Technologies كلية اآلداب - قسم الجغرافيا نظم المعلومات الجغرافية HTML Mohammed Alhessi M.Sc. Geomatics Engineering Wednesday, February 18, 2015 Eng. Mohammed Alhessi 1 W3Schools Main Reference: http://www.w3schools.com/ 2 What is HTML? HTML is a markup language for

More information

PDF Splitter User Guide. PDF Splitter. User Guide. CoolUtils.com. CoolUtils.com Page 2

PDF Splitter User Guide. PDF Splitter. User Guide. CoolUtils.com. CoolUtils.com Page 2 USER GUIDE PDF Splitter User Guide CoolUtils.com CoolUtils.com Page 2 Table of Contents 1. Introduction to PDF Splitter... 5 2. How to Get Help... 6 3. How to Install PDF Splitter... 7 4. PDF Splitter

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC

CSS. Text & Font Properties. Copyright DevelopIntelligence LLC CSS Text & Font Properties 1 text-indent - sets amount of indentation for first line of text value: length measurement inherit default: 0 applies to: block-level elements and table cells inherits: yes

More information

Using PDF Files in CONTENTdm

Using PDF Files in CONTENTdm Using PDF Files in CONTENTdm CONTENTdm uses the Adobe PDF Library to provide features for efficient processing of born-digital documents in Portable Document Format (PDF). PDF files and PDF compound objects

More information

CHAPTER 7 WEB SERVERS AND WEB BROWSERS

CHAPTER 7 WEB SERVERS AND WEB BROWSERS CHAPTER 7 WEB SERVERS AND WEB BROWSERS Browser INTRODUCTION A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. An information

More information

TS-659: Exporting SAS/GRAPH Output to PDF Files from Release 8.2 and higher

TS-659: Exporting SAS/GRAPH Output to PDF Files from Release 8.2 and higher TS-659: Exporting SAS/GRAPH Output to PDF Files from Release 8.2 and higher The Portable Document Format is a common format for storing text and graphics in a high-resolution document that retains the

More information

Tivoli Management Solution for Domino. Installation and Setup Guide. Version GC

Tivoli Management Solution for Domino. Installation and Setup Guide. Version GC Tivoli Management Solution for Domino Installation and Setup Guide Version 3.2.0 GC32-0755-00 Tivoli Management Solution for Domino Installation and Setup Guide Version 3.2.0 GC32-0755-00 Tivoli Management

More information

Electronic Proposal Submission Service. - EPSS preparation and submission guide -

Electronic Proposal Submission Service. - EPSS preparation and submission guide - Electronic Proposal Submission Service - EPSS preparation and submission guide - Release Date: 13 October 2009 Table of Contents 1 EPSS Preparation User s Guide... 3 1.1. Using PIC in EPSS... 4 1.2. The

More information

PrimoPDF User Guide, Version 5.0

PrimoPDF User Guide, Version 5.0 Table of Contents Getting Started... 3 Installing PrimoPDF... 3 Reference Links... 4 Uninstallation... 5 Creating PDF Documents... 5 PrimoPDF Document Settings... 6 PDF Creation Profiles... 6 Document

More information

Oracle Enterprise Performance Reporting Cloud. What s New in February 2017 Update (17.02)

Oracle Enterprise Performance Reporting Cloud. What s New in February 2017 Update (17.02) Oracle Enterprise Performance Reporting Cloud What s New in February 2017 Update (17.02) February 2017 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ENTERPRISE PERFORMANCE REPORTING CLOUD, FEBRUARY UPDATE...

More information

Reference Services Division Presents. Microsoft Word 2

Reference Services Division Presents. Microsoft Word 2 Reference Services Division Presents Microsoft Word 2 Welcome to Word 2. This handout includes step-by-step instructions for each of the tasks we will be covering in class. Changes to Word 2007 There are

More information

Creating PDF Documents with PHP

Creating PDF Documents with PHP Creating PDF Documents with PHP OSCON July 26, 2002. San Diego Rasmus Lerdorf http://pres.lerdorf.com Slide 1/14 July 26, 2002 Introduction PDFlib License The Aladdin Free Public License

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

GIS Virtual Workshop: Creating a Final Map

GIS Virtual Workshop: Creating a Final Map To create a map that will be pleasing to an end user, in a static format requires that certain items be added to the map such as a direction arrow, scale, title and legend. Including this information on

More information

Read&Write 5 GOLD FOR MAC MANUAL

Read&Write 5 GOLD FOR MAC MANUAL Read&Write 5 GOLD FOR MAC MANUAL ABBYY FineReader Engine 8.0 ABBYY Software Ltd. 2005. ABBYY FineReader the keenest eye in OCR. ABBYY, FINEREADER and ABBYY FineReader are registered trademarks of ABBYY

More information

Editing the Home Page

Editing the Home Page Editing the Home Page Logging on to Your Web site 1. Go to https://extension.usu.edu/admin/ 2. Enter your Login and Password. 3. Click Submit. If you do not have a login and password you can request one

More information

OpenOffice.org Writer

OpenOffice.org Writer OOo MiniConf Downunder Technical Writing using OpenOffice.org Writer Jean Hollis Weber Jean Hollis Weber Community Volunteer - Slide 1 Why OOo for Techwriting? Combines best features of MS Word and FrameMaker

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

Trace Debug Tools Version 1.2 Installation Guide

Trace Debug Tools Version 1.2 Installation Guide Trace Debug Tools Version 1.2 Installation Guide Copyright 2000-2002 ARM Limited. All rights reserved. Proprietary Notice Words and logos marked with or are registered trademarks or trademarks owned by

More information

Style guide.

Style guide. Style guide www.nam.org Logo Orientation The orientation of the Manufacturing Institute logo is shown below. The base line of the logo mark and typography should be aligned. The logo mark and typography

More information

FDA Portable Document Format (PDF) Specifications

FDA Portable Document Format (PDF) Specifications Revision History FDA PORTABLE DOCUMENT FORMAT (PDF) SPECIFICATIONS Date Summary of Changes Version 2005-04-08 Initial version 1.0 2008-06-04 Changed Bookmarks and Page 2.0 to Bookmarks Panel and Page in

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.0 SP1.5 User Guide P/N 300 005 253 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All

More information

Guidelines for work on the Genebank KB site

Guidelines for work on the Genebank KB site Guidelines for work on the Genebank KB site (By Geert Claessens. For extra information email to geert.jef.claessens@gmail.com) These guidelines are written for users of the Crop Genebank Knowledge Base

More information

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

PDF Essentials. The Structure of PDF Documents

PDF Essentials. The Structure of PDF Documents Dr. Edgar Huckert 63773 Goldbach, Germany E-Mail: Huckert@compuserve.com 6-97 PDF Essentials PDF is an acronym for "Portable Document Format". The format has been designed by Adobe for the exchange of

More information

BatchDO 2.1 README 04/20/2012

BatchDO 2.1 README 04/20/2012 BatchDO 2.1 README 04/20/2012 This README details the BatchDO 2.1 plugin which automates the workflow for the creation and updating of digital objects, and transfers barcodes placed in the "Instance Type"

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

This script in Report.OnRenderBegin will get the RenderDetails for PDF.

This script in Report.OnRenderBegin will get the RenderDetails for PDF. Render Details When rendering a report, various output options can be set using the Render Wizard. These options are stored in the report when you save and therefore apply on the server also. If you want

More information

Infowise Smart Print Pro User Guide

Infowise Smart Print Pro User Guide Infowise Smart Print Pro 1 Contents Introduction... 3 Installation... 3 Registration... 3 Print Settings... 3 Print Templates... 3 General Settings... 4 Display... 5 PDF Settings... 6 Advanced Mode Editing...

More information

BIMCO's IDEA - User Manual

BIMCO's IDEA - User Manual 1 BIMCO's IDEA - User Manual Modified September 2017 Contents Background... 2 Initials... 2 Ribbon and quick icons... 2 The editor itself... 2 Creating a new document... 2 Open/Finding saved documents...

More information

Word Template Instructions

Word Template Instructions Office of Graduate Education Word Template Instructions The Rensselaer thesis and dissertation template , available for download, conforms to the requirements of the Office of Graduate

More information

Oracle Enterprise Performance Reporting Cloud. What s New in the November Update (16.11)

Oracle Enterprise Performance Reporting Cloud. What s New in the November Update (16.11) Oracle Enterprise Performance Reporting Cloud What s New in the November Update (16.11) November 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ENTERPRISE PERFORMANCE REPORTING CLOUD, NOVEMBER UPDATE...

More information

Release Notes RESOLVED NEW NEW

Release Notes RESOLVED NEW NEW 3.5.92 Resolved a bug where pages in batch review were being saved by how they were selected and not how they appeared in the list. Resolved a bug with large PDF files not saving correctly through Drag

More information

JRA4 COMMON SOFTWARE SOFTWARE USER REQUIREMENTS JRA4-SPE Revision : 1.0. Date : 04/07/2005

JRA4 COMMON SOFTWARE SOFTWARE USER REQUIREMENTS JRA4-SPE Revision : 1.0. Date : 04/07/2005 Revision : 1.0 Date : 04/07/2005 JRA4 COMMON SOFTWARE SOFTWARE USER REQUIREMENTS Gérard Zins (Gerard.Zins@obs.ujf-grenoble.fr ) LAOG/JMMC Author : Gérard Zins Institute : LOAG/JMMC Approved by : Team Leaders

More information

ICH M8 Expert Working Group. Specification for Submission Formats for ectd v1.1

ICH M8 Expert Working Group. Specification for Submission Formats for ectd v1.1 INTERNATIONAL COUNCIL FOR HARMONISATION OF TECHNICAL REQUIREMENTS FOR PHARMACEUTICALS FOR HUMAN USE ICH M8 Expert Working Group Specification for Submission Formats for ectd v1.1 November 10, 2016 DOCUMENT

More information

Printed July 18, This Manual applies to Release 1 Modification 3 or later of Utilities. Copyright 1999, 2018 Broderick Data Systems

Printed July 18, This Manual applies to Release 1 Modification 3 or later of  Utilities. Copyright 1999, 2018 Broderick Data Systems Printed July 18, 2018 This Manual applies to Release 1 Modification 3 or later of E-mail Utilities Copyright 1999, 2018 Broderick Data Systems This software is licensed material and cannot be used by anyone

More information

More information regarding xyzmo SIGNificant s products can be found at some videos can be found at

More information regarding xyzmo SIGNificant s products can be found at   some videos can be found at 2012 xyzmo SIGNificant Group. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language or computer language,

More information

isupport System EUAS Ease of Use Application Standards Screen Document

isupport System EUAS Ease of Use Application Standards Screen Document isupport System EUAS Ease of Use Application Standards Screen Document EUAS Ease of Use Application Standards Screen Version No 2.0 March 19, 2016 Revision History Revision Date 1-Jan-2016 1.0 Version

More information

OU Campus - Getting Started

OU Campus - Getting Started OU Campus - Getting Started I. How to Login 1. To edit any page, log in to OU Campus by clicking the Direct Edit link (the Date Stamp at the bottom of the page, underneath the social media icons). 2. Enter

More information