PDF serving

Serving a file
I'm having trouble serving a PDF file from a server to the user.
I've used iText to generate a PDF file (by completing an AcroForm with info from a database) which now resides on an absolute path.
I've used BalusC's tutorial for fileserving.
Everything is working properly, except that clicking on downloading the file doesn't bring anything.
Here is my code:
The jsp from which you click to download the file has (and filename is valid and reading properly):
<h:outputLink value="file?name=#{ProjectsManager.filename}">
    <h:outputText value="download #{ProjectsManager.filename}" />
</h:outputLink>my web.xml mappings for the fileservlet:
<servlet>
    <servlet-name>File Servlet</servlet-name>
    <servlet-class>beans.FileServlet</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>File Servlet</servlet-name>
    <url-pattern>/file/*</url-pattern>
</servlet-mapping>I've left the web.xml as is besides the class reference.
Are there any other properties I should modify or no? What is the purpose of the url-pattern?
Here is the beginning of my FileServlet.java:
public class FileServlet extends HttpServlet {
    protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws IOException
        String filePath = "/Users/Alex/iText/PDF/gen/";
        String fileName = request.getParameter("name");The error I'm getting is:
type Status report
message /06_proj_01/pages/design/file
description The requested resource (/06_proj_01/pages/design/file) is not available.
Thanks

Sorry about that, where would I find the complete request URI?
That link points to:
http://localhost:8080/06_proj_01/faces/pages/design/
This is a more complete web.xml
  <!-- servlet -->
  <servlet>
    <servlet-name>FacesServlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
  </servlet>
   <servlet>
    <servlet-name>File Servlet</servlet-name>
    <servlet-class>beans.FileServlet</servlet-class>
  </servlet>
  <!-- servlet-mapping -->
  <servlet-mapping>
    <servlet-name>FacesServlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
  </servlet-mapping>
  <servlet-mapping>
    <servlet-name>File Servlet</servlet-name>
    <url-pattern>/file/*</url-pattern>
  </servlet-mapping>Thanks

Similar Messages

  • Form base PDF served from apache\linux seems to flatten PDF

    The same form pdf works fine when served from my old windows server.
    I see the pdf when its serverd via linux\apache but the pdf is flattened and I can't fill out the form.
    <code>
    <cffile action="readbinary" file="#request.leadroot#/leadmanagement.pdf"  variable="newpdf">
    <cfpdfform source="newpdf"  action="populate">
           <cfpdfsubform name="form1" >
                <cfpdfformparam name="action" value="New">
                <cfpdfformparam name="opendate" value="#dateformat(now(),'mm/dd/yyyy')#">
                <cfpdfformparam name="owner" value="#session.username#">
                <cfpdfformparam name="submittercontact" value="#session.userfullname# | #session.useremail# | #session.userphone#">
         </cfpdfsubform>
    </cfpdfform>
    <cfcontent type="application/pdf"   variable="#newpdf#" reset="yes" >
    </code>
    Same thing happens if I browse direct to pdf as well.
    Do you need to change Apache or add some headers?
    Any ideas?
    Thanks.

    Hi Hamish,
    If you managed to solve this issue, please indicate how, because I'm facing exactly the same...
    Thanks&Regards,
    Philippe

  • Adobe pdf server can not be loaded please reinstall adobe pro

    I have Adobe Acrobat 6 and Adobe Reader 9 installed on a HP Elite 8000 Desktop with a XP image.  I get this error when I try to create a *.PDF in Adobe Acrobat 6 from a Microsoft Word 2007 Document.  If I go into MS Word 2007 and open a document and then send it to PDF Maker as the printer it works fine.  I only get this error in Acrobat 6.  Re-installing it has not resolved the issue.  Any ideas?  Thanks in advance.

    Acrobat 6 PDFMaker is compatible with:
    --| Office 97
    --| Office 2000
    --| Office 2003 (at dot release 6.0.1)
    It is not compatible with:
    --| Office 2007
    (Compatibility starts with dot release 8.1)
    --| Office 2010
    (Compatibility starts with Acrobat X - for 32-bit Office 2010 only)
    http://kb2.adobe.com/cps/333/333504.html
    I suspect that you will need to go back on the Office version or up on the Acrobat version.
    Be well...

  • How can I create prefilled and editable PDF's on a Linux server with PHP?

    I can create PDF's with editable form fields (extended features?) and serve those to our users and I can pre-fill form fields with data from the database using FDF, but then the PDF throws an error and the end user can't fill out the remaining fields (in Reader, it still works in Pro).
    I've tried 2 open source approaches already, but the end result is either a fillable form or a pre-filled form. I can't seem to do both at the same time.
    I've looked around adobe.com and frankly there's just so much stuff there that isn't even applicable it's staggering. I am completely lost and resorting to asking a question on a forum. I've searched these forms (and others), but anything related to this problem have no answers. I'm sure there's a way to do it.
    If I try to set the PDF to fetch the FDF using a http post/submit (can I get it to do that when it loads?) I would still have to get an id number into the query string or object on a per document basis (some how?) and that means editing the PDF server side which breaks the structure which then throws the error on the client side and I'm right back at the beginning again.
    At this point, it looks like it's going to take less time to simply create the form in HTML with a unique CSS file for the print version using a PNG for visual elements instead of a PDF. Not a great way to go for printing, but it would only take a day to set up. The time to create new forms is the issue. I don't want to spend 8 hours creating new HTML forms when I can do a PDF in 2 hours. Is it more efficient to go with an Adobe solution or roll my own HTML version?
    All I want to do is help the users save some time by pre-filing part of the form so they can print it.
    Any advice?

    Ok, I hope someone can move this to the Adobe Reader for Android forum, where you will find the experts you need.

  • Is there a way to merge Static PDF files and PDF Forms

    Hi All,
    The issue I am facing is this: 1200+ PDF forms that employees
    will need to sign. The docs are being created in MS Word, and all
    have a standard signature block. We have prototyped using LiveCycle
    Designer 8 to add fields to static PDF files (print Word files into
    Acrobat, import into LiveCycle and paste in fields) but this is
    pretty labor-intensive to use with a minimum of 1200 forms per
    quarter.
    The employee forms go into a CF8/Oracle library app (stored
    as BLOBs) and served up for 7,000 or so employees to sign. Posted
    data goes back into database.
    Here is the issue:
    Does anyone know any way to use some combination of cfpdf /
    cfpdfform / cfdocument that will allow us to create ONE generic
    signature block form, 1200 static PDF files, and merge them on the
    fly?
    <cfdocument> apparently does not allow PDF data to be
    included with a <cfpdfform>, as I have tried outputting PDF
    variables, toBinary(PDF variable), PDF served by <cfcontent>
    and various other combinations.
    (If the non-form data were HTML, we could easily output in a
    <cfdocumentsection> of the cfdocument, and add the
    <cfpdfform source="#genericForm#" action="populate"> and be
    done with it. But, we can't.)
    <cfpdf action="merge"> with a combination of a static
    PDF file and a populated form results in a flattend PDF file with
    no form data.
    I am acutely aware that LiveCycle 8 uses the XFA schema, and
    regular PDF documents use a different schema. And, this may
    prohibit what we want to do.
    If anyone has experience with CF8 PDFs and PDF forms, or has
    any helpful thoughts, I would be appreciatively gross. Needless to
    say, this is a six month project that must be live at the end
    November.
    Thanks!
    Jim Bates
    Verizon Business

    As I mentioned on the other thread, the forms need to be
    flattened. CFPDF cannot flatten LiveCycle forms, only Acrobat
    Forms. The suggested solution was to use LiveCycle ES
    http://www.adobeforums.com/webx/.3c052176

  • Error occured when sending mail with PDF attachment

    Dear Experts
    When i trigger email through SMTP server with PDF attachment using application server 10g , i got following error :
    REP-50159: Executed successfully but there were some errors when distribute the output
    i am using web.show_document utility
    str1:='http://erp.ruchi.com:7777/reports/rwservlet?destype=mail'||'&desname='||c1rec.hist_email||'&from=[email protected]'||'&subject=Your Payslip for Month '||to_char(c1rec.tran_month,'Mon-YYYY')||'&desformat=PDF&server=rep_erp_bi&report=/asdeploy/webutil/pay/reports/payslip.rdf&userid=qwqwqw/aasasas@DIAMOND'||'&COMPANY='||:parameter.para_comp_code||'&LOCATION='||:parameter.para_loc_code||'&MONTH='||to_char(:sdate,'MM/YYYY')||'&ECODE='||c1rec.tran_ecode;
    WEB.SHOW_DOCUMENT(str1,'_SELF');
    previously i had successfully using this utility but now i am facing above error
    Pl suggest
    regards
    shailesh

    Dear Experts
    I already configured application server configuration file with specifying SMTP mail server IP in pluginParam parameter
    <pluginParam name="mailServer">202.157.161.76</pluginParam>
    <property name="enableSSL" value="no"/>
    <property name="mailUserName" value="%[email protected]%"/>
    <property name="mailPassword" value="%soyacl#123%"/>
    what is the issue
    Pl clarify
    Please reply it's urgent

  • Shared review using internal server

    Hello - I am using Acrobat 9 Pro on Mac OS X Version 10.6.8, and experiencing difficulties with shared review PDFs, a tool that I have used frequently in the past with our internal servers.
    I don't believe it's an issue with our server, as the other designer who uses shared PDFs is working with the same system and software, and  hasn't experienced any difficulty with creating and viewing comments on shared PDFs.
    Some of the errors I've been receiving are:
    "Acrobat cannot connect to the Review Server"
    "Could not get new comments. One or more files are missing on the server."
    Is there a preference somewhere for shared review PDFs, & server preferences for Acrobat, that I should check?

    Can you find any additional information in the Acrobat Tracker?

  • Printing a PDF document using Java 1.4 Printing API

    Hi,
    When I tried to print a PDF document using JAVA 1.4 Printing API, I got the following exception.
    Exception in thread "main" sun.print.PrintJobFlavorException: invalid flavor
    at sun.print.Win32PrintJob.print(Win32PrintJob.java:290)
    at Printing.main(Printing.java:40)
    I am able to print the same PDF document using Acrobat reader.
    Is PDF format not supported in JAVA 1.4 printing API? or is something wrong in my code?
    here is the sample JAVA program that I was using
    import javax.print.*;
    import javax.print.attribute.*;
    import java.io.*;
    public class Printing {
    public static void main(String args[]) throws Exception {
    String filename = args[0];
    PrintRequestAttributeSet pras =
    new HashPrintRequestAttributeSet();
    DocFlavor flavor = DocFlavor.INPUT_STREAM.PDF;
    PrintService defaultService =
    PrintServiceLookup.lookupDefaultPrintService();
    DocPrintJob job = defaultService.createPrintJob();
    FileInputStream fis = new FileInputStream(filename);
    DocAttributeSet das = new HashDocAttributeSet();
    Doc doc = new SimpleDoc(fis, flavor, das);
    job.print(doc, pras);
    Thread.sleep(10000);
    System.exit(0);
    Thank you
    Sumana

    Here's a pure Java solution (that works!):
    http://www.mycgiserver.com/~zhouwu/pdf/readme.html
    The caveats are:
    - prints only to the default printer
    - requires a properties file located in the home directory
    my workaround for the last:
         * Print a PDF file to the default printer (might consume lots of memory!).
         * <p>
         * <b>Required:</b>
         * <ul>
         * <li>a file "acrobat.properties" needs to be in the working directory. The content is:
    <table align="center" bgcolor="#E0E0E0" border=1 cellpadding="10" cellspacing="0"><tr><td><pre style="margin-top:0; margin-bottom:0">
    #com.adobe.acrobat.Viewer Properties
    #Wed Oct 29 20:34:05 PST 2003
    com.adobe.acrobat.AcceptedLicAgreement=true
    com.adobe.acrobat.Fax_Fine_Mode=true
    com.adobe.acrobat.Find\:FindAll=false
    com.adobe.acrobat.Find\:FindBackwards=false
    com.adobe.acrobat.Find\:FindWholeWord=false
    com.adobe.acrobat.Find\:MatchCase=false
    com.adobe.acrobat.Open_Dialog_Directory=C\:\\temp\\
    com.adobe.acrobat.Open_Dialog_File=itext.pdf
    com.adobe.acrobat.Print_Method_Known=true
    com.adobe.acrobat.Shrink_To_Fit=false
    com.adobe.acrobat.SitePreferencesURL=file\://localhost/C\:/pdf/acrobat-site.properties
    com.adobe.acrobat.Use_Print_Server=false
    com.adobe.acrobat.util.fontDirectories=C\:\\Winnt\\Fonts
    com.adobe.acrobat.util.fontIgnoreExtensions=.fon;.pfm;.ini;.lst;.txt;.doc;.ttmap;.z;.enc;.dir;.afm;.f3b;.pfa;.spd;.ps;.bepf;.map;.alias;.scale;.all;.upr
    </pre></td></tr></table>
         * <li>The JAR files PDFPrinter.jar, acrobat.jar and MRJToolkitStubs.zip in the CLASSPATH.
         * </ul>
         * <p>
         * Note: the file "acrobat.properties" is expected to be in the user's home directory. As this is not always feasible,
         * the system property "user.home" is mapped to "user.dir" for the time of execution.
         * @param fileName Name of PDF file to print.
         * @throws Exception on error.
         * @see <a href="http://www.mycgiserver.com/~zhouwu/pdf/readme.html">PDF Server (Silent) Printing</a>
        public void printPDF(String fileName) throws Exception {
            String oldHome = System.getProperty("user.home");
            System.setProperty("user.home", System.getProperty("user.dir"));
            PDFPrinter vi = new PDFPrinter();
            vi.activate();
            vi.setDocumentInputStream(new FileInputStream(fileName));
            vi.printAll();
            System.setProperty("user.home", oldHome);
        }//printPDF()I just need the following additional files in my CLASSPATH: PDFPrinter.jar, acrobat.jar and MRJToolkitStubs.zip. Despite the note at the site above that "printing quality is not very good", i can't agree: the print quality is quite good. Not perfect, but acceptable for most uses.
    (Tested on Windows 2000 SP4, J2SE 1.4.2_03, hp laserjet 2300dn)

  • Can't blank out a portion of a PDF with Preview?

    On my old iBook circa 2005 I can eliminate portions of a PDF with Preview, using Annotate, making a box over the area I don't want, coloring it white and voila! Now with my newish MBPr I can only get a white rectangle with a visible border around it. Grr. Is there no way any more to "blank out" areas of a PDF that I want to print and save my printer ink, as well as make the image take up less space on the page?

    Solved again. Just use the crop and save as another PDF, serves the same function.

  • Problem flattening dynamic PDF

    Hi all,
    we have a problem: we created a form using the designer and then we merge it with xml data. The output is a little pdf file (about 300kb) that take about 400MB of memory to be opened by acrobat reader.
    I supposed that the reason is that the merging between data and layout is made dinamically by acrobat reader.
    Am I right?
    So, we try to flatten the PDF server-side to avoid client side merging but it doesn't work:
    - if I try to use OutputService/transformPDF the process doesn't produce any error... it simply doesn't do anything... no pdf output, no error, no stalled process in the adminui... just this line of log
    "2008-05-20 16:40:10,500 INFO [com.adobe.formServer.FormServer] ALC-FRM-001-501: FormName:6474897e6c92f44172d0f02e8e86bfd7 : FormPreference:PDFA : Debug:false : PDFVersion:null : Content Root:C:\temp\AdobeDocumentStorage\local\docm1211288446656 : Base URL:null : App Root:null : User Agent:null" and then nothing...
    - if I try to use ConvertPDFService/toPS it raise an exception telling me that it needs a flattened PDF as input
    "2008-05-20 16:51:20,500 ERROR [com.adobe.livecycle.convertpdfservice.exception.ConvertPdfException] ALC-CNP-001-304: Input Document is not a flattened PDF Document"
    Any help?

    Bryan,<br /><br />We solved this issue by removing <acrobat> tag in xml source for xdp file.

  • Can't upload files to lighttp server

    Hi *
    I'm starting to have grey hairs abut this...
    My sys is Archlinux (64bit), lighttpd 1.4.29-2, curl 7.22.
    I'm trying to setup hhtp server with capability of upload files.
    After basic setup I use following command to test functionality: 
    curl -T "test_file" http://192.168.1.254/test/
    curl's output is following:
    [root@mythtv ~]# curl -T "test_file" http://192.168.1.254/test/
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <title>404 - Not Found</title>
    </head>
    <body>
    <h1>404 - Not Found</h1>
    </body>
    </html>
    Dir "test" exists & has 777.
    All dirs upper to "test" also have 777.
    lighttpd access log shows following:
    192.168.1.254 192.168.1.254 - [24/Nov/2011:11:57:14 +0100] "PUT /test/test_file HTTP/1.1" 404 345 "-" "curl/7.22.0 (x86_64-unknown-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.0e zlib/1.2.5 libssh2/1.3.0"
    My lighttpd.conf is following:
    server.modules = (
    "mod_rewrite",
    "mod_access",
    "mod_auth",
    "mod_setenv",
    "mod_fastcgi",
    "mod_cgi",
    "mod_webdav",
    "mod_accesslog" )
    server.document-root = "/var/http/"
    server.errorlog-use-syslog = "enable"
    index-file.names = ( "index.php", "index.html",
    "index.htm", "default.htm" , "mythweb.php" )
    mimetype.assign = (
    ".pdf" => "application/pdf",
    ".sig" => "application/pgp-signature",
    ".spl" => "application/futuresplash",
    ".class" => "application/octet-stream",
    ".ps" => "application/postscript",
    ".torrent" => "application/x-bittorrent",
    ".dvi" => "application/x-dvi",
    ".gz" => "application/x-gzip",
    ".pac" => "application/x-ns-proxy-autoconfig",
    ".swf" => "application/x-shockwave-flash",
    ".tar.gz" => "application/x-tgz",
    ".tgz" => "application/x-tgz",
    ".tar" => "application/x-tar",
    ".zip" => "application/zip",
    ".mp3" => "audio/mpeg",
    ".m3u" => "audio/x-mpegurl",
    ".wma" => "audio/x-ms-wma",
    ".wax" => "audio/x-ms-wax",
    ".ogg" => "application/ogg",
    ".wav" => "audio/x-wav",
    ".gif" => "image/gif",
    ".jar" => "application/x-java-archive",
    ".jpg" => "image/jpeg",
    ".jpeg" => "image/jpeg",
    ".png" => "image/png",
    ".xbm" => "image/x-xbitmap",
    ".xpm" => "image/x-xpixmap",
    ".xwd" => "image/x-xwindowdump",
    ".css" => "text/css",
    ".html" => "text/html",
    ".htm" => "text/html",
    ".js" => "text/javascript",
    ".asc" => "text/plain",
    ".c" => "text/plain",
    ".cpp" => "text/plain",
    ".log" => "text/plain",
    ".conf" => "text/plain",
    ".text" => "text/plain",
    ".txt" => "text/plain",
    ".dtd" => "text/xml",
    ".xml" => "text/xml",
    ".mpeg" => "video/mpeg",
    ".mpg" => "video/mpeg",
    ".mov" => "video/quicktime",
    ".qt" => "video/quicktime",
    ".avi" => "video/x-msvideo",
    ".asf" => "video/x-ms-asf",
    ".asx" => "video/x-ms-asf",
    ".wmv" => "video/x-ms-wmv",
    ".bz2" => "application/x-bzip",
    ".tbz" => "application/x-bzip-compressed-tar",
    ".tar.bz2" => "application/x-bzip-compressed-tar", # default mime type
    "" => "application/octet-stream",
    debug.log-request-handling = "enable"
    accesslog.filename = "/var/log/web-access.log"
    url.access-deny = ( "~", ".inc" )
    $HTTP["url"] =~ "\.pdf$" {
    server.range-requests = "disable"
    static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
    server.pid-file = "/var/run/lighttpd.pid"
    server.reject-expect-100-with-417 = "disable"
    fastcgi.server = (
    ".php" => ((
    "bin-path" => "/usr/bin/php-cgi",
    "socket" => "/var/run/mythtv-php-fcgi.socket",
    "broken-scriptfilename" => "enable",
    "bin-environment" => (
    "db_server" => "localhost",
    "db_name" => "mythconverg",
    "db_login" => "mythtv",
    "db_password" => "mythtv"
    setenv.add-environment = (
    "db_server" => "localhost",
    "db_name" => "mythconverg",
    "db_login" => "mythtv",
    "db_password" => "mythtv"
    cgi.assign = ( ".pl" => "/usr/bin/perl",
    ".cgi" => "/usr/bin/perl" )
    url.rewrite-once = (
    "^/{1,2}mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",
    "^/{1,2}mythweb/(pl(/.*)?)$" => "/mythweb/mythweb.pl/$1",
    "^/{1,2}mythweb/(.+)$" => "/mythweb/mythweb.php/$1",
    "^/{1,2}mythweb/(.*)$" => "/mythweb/mythweb.php"
    include "/etc/lighttpd/auth-inc.conf"
    Can somebody hint me where issue might be ?
    Thx n advance !

    @milomir,
    Thx for replay.
    While Your proposal is nice solution - this little now what I want to achieve.
    In my application curl usage is automated (curl is called by user script).
    My script has following entry:
    /usr/local/bin/curl -s -f -T "<file>" "<server>/<path>/<file>"
    Strange enough that I have setup which worked OK sometime ago.
    Since that time I do few system upgrades - and recently I discover that posting files via curl isn't working.
    Last days I was trying many combination including clean install of 64bit arch in VM and try to play with default settings.
    No matter what I'm doing - all the time I'm getting 404.
    I still think I miss something in configuration as i don't believe vanilla Arch/Lighttpd/Curl can't be used as http upload service with standard curt usage (like way it is used in my script).
    So maybe my original Q should be following: why I can't upload files with standard curl/wget usage ?
    -br

  • Dynamically insert data into PDF possible?

    This is the scenario and I am hoping someone can advise whether it is possible.
    We want to create a PDF fillable form. However there are a few fields that we want to be read only but to injected before the user downloads the PDF.
    e.g.
    There is a PDF form called contact details. Only registered users can download this form. So what we are trying to achieve here is when the user logs on and downloads this PDF, server side we want to inject their details into this form so that it is read only.
    In the lifestyle IDE there is a XML tab where I can see it drives the PDF.
    Is there like a tool of some sort where I can dynamically update the XML source and regenerate the PDF?
    Thanks

    Thanks sandeep for your quick reply.
    My req is
    Step 1:- invoke a webservice call and get the data from a website and store it into a table in xml format(CLOB column in a table)
    Step 2 :- Pick the xml data from table inserted by step1 and derive all the element values from xml data usning some xml functions
    2.1 go to configuration table(in this table we are storing the table name for each type of webservice call) and get the destination table name.
    2.3 insert the data into destination table.
    so our interface process is designed to serve for multiple interface webservice calls.it is not for a particular data.
    so in future if someone else want to download some other data then they need to add the configuration data into config tables and should be able to achieve the data download into tables.
    so step 1 and step 2 should be a coomon packages.
    i am involved in 2nd package where pick the xml data and insert into a table(destination table form config tablke)
    Thanks Ram

  • PDF Print Error

    I have been using CS5 for the last two years to create a .indb file. I always export the book as a PDF and then send it to my printer. I recently had to change laptops and decided to give CC a try on the trial version. I used all the same content and images that I have always used to create the Indesign book. But when I exported the PDF and sent it to print, the printer came back saying that there was a print error and she was unable to print past certain pages. She could open the document and see everything but when she would try to print, a dialogue box would pop up saying there was an error.
    I am using a Macbook Pro. Any thoughts?

    We are experiencing similar issues. Have you tried saving the print file as postscript and then use Distiller to create the PDF.
    We are using older versions of distiller as a work around.
    We have some client's that print to a PDF server that are not experiencing this issue with CC publishing apps.
    We are continuing to evaluate the CC publishing functionality, we will report our findings once we have the facts.
    In the mean time, find work around's, get the jobs out and keep getting paid.

  • Is there a plugin for producing multiple pdfs from one print action in Indesign?

    Hello,
    I am wondering if there is a script or method for indesign that will allow you to write 2 or more pdfs from indesign in one action ?
    In other words - is there a print or export function that will allow you to write both a high res and low res file in one command ?
    Saving location isn't important, just the ability to tell indesign to write two files at once, like a pdf server server might.
    With thanks in advance for any input
    Rich

    There is a third party plugin: MadeToPrint, from Axaio

  • Analyze PDF Content

    I'm working on an inhouse-built document management solution running on .NET technologies. Herewith a very quick drilldown of the current process:
    A document(s) in PDF format gets uploaded to the server using a web service. A document is usually some sort of financial document such as statements or invoices etc. A Windows Service picks up this file and splits a single batched document into multiple documents, analyzes the document content to determine what entity it belongs to and links the two together.
    Currently, the solution extracts the entire text from the PDF and uses a combination of character counts and stopwords to extract the document identification number such as the invoice number, account number etc. This identifier is used to search in the database and link the document to the applicable entities. At the moment, this process is an administrative nightmare because everything setup-related is dependant on our company as the setup-process is too complex to leave in our clients' hands. The current solution utilize the iTextSharp & PDFBox libraries.
    I've recently started out on this project and would like to change the way this entire process works, here is what I've got in mind:
    On the setup screen, the client upload a sample document such as a statement, then use a region selection tool to nominate that particular area for analysis and nominates a single stop word to look for in that area, extract the identifier next to the stopword and this is in turn used to identify the entity it should be linked to. Much simpler than the current process in words but in practice not so simple I guess!
    Now my question is if this is at all possible with the Acrobat SDK? Should I just stick to the current method instead?
    Thank you for your input!

    mmm, assumptions are dangerous... I'm not bound to the PDF format for the processing part, in fact any software printer could work. If my clients can print to the software printer from Pastel or whatever financial package they are using, they are sorted! From there the file gets uploaded to our server to be processed, split up and saved in PDF format. The only part where the PDF format is important, is when the end-users log in and view their documents, obviously because the PDF format is not bound to platform and has a wider acceptance amongst end-users...
    I'm investigating other document formats because of the exorbitant licensing fees for PDF server software and the apparant lack of solutions without bending over five times when not using those server packages... If you could point me in the right direction, I'd be very greatful and happy to investigate PDF and build a prototype to test on? The project sponsor is willing to spend on server software but most of the packages we've come accross so far is in the $ 4 000 range and upwards. Is there an Adobe product that can provide us the functionality explained in the first post without the $ 4 000 pricetag?

Maybe you are looking for

  • Screen shots on MacBook Pro running Windows XP?

    I'm trying to take some screen shots on my MacBook Pro while it's running XP. I know on a Windows machine there is a key for "Print Screen". Is there a keyboard equivalent for the MacBook? Or if not, is there another way to get a screen capture while

  • Blog posts to facebook

    Although I have the "publish to facebook" checked on my iweb account, it never leaves "publishing" mode when I command "publish site." If I don't have the facebook update checked, it publishes just fine. Any ideas?

  • Hard Drive Partition (I don't get the option to partition)

     I recently bought the Satellite Pro u400-142 and have installed XP pro from the recovery DVD. I am trying to partition my hard drive but am having difficulties in doing so. When in disk manager I right click the primary drive to bring up the partiti

  • I cannot drag the items in my ipod that were not purchased on itunes into my itunes library or playlists. How can I fix this?

    I cannot drag the items in my ipod that were not purchased on itunes (they were added from a CD) into my itunes library or playlists. How can I fix this?

  • Can't buy TV shows on Touch?

    I want to purchase and watch a TV show on my iPod Touch (1st gen). I go to the iTunes app (pink icon), and search. No TV shows are returned in the search results. I KNOW these are for sale in the iTunes store - why can't I buy them from the Touch?