Getting the page content as pdf file

Hi All,
I have a use case like i need to get the page content as pdf file.
For this i found xsl file and it's config under the following locations
/libs/cq/config/rewriter/pdf/transformer-xslt --config of source
/libs/wcm/core/content/pdf/page2fo.xsl -- xsl file location
For custamising this functionality i copied both confing node and xsl file under "/apps" .In the Config file i changed source to refer xsl file under /apps.But it's not taking config changes.
I have looked into http://cqblueprints.com/xwiki/bin/view/CQ+FAQ/How+can+I+configure+the+ PDF+rewriter
there it's saying like we need to modify the com.day.cq.rewriter.xml.XSLTTransformer class. i am not getting how to modify it.
I need this urgently
Thanks,
Chinna Yadlapalli.

This script:
http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both -pdf-and-indd-files.php
answers all your questions.
Peter

Similar Messages

  • Getting the page size in PDF file

    i want know how do get the page size in PDF file befor placing every page in document
    for example height=297 mm And width=210mm

    This script:
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both -pdf-and-indd-files.php
    answers all your questions.
    Peter

  • Can I separate the pages of one PDF file into separate files

    Is there a quick way to separate the pages of a PDF?
    For example, I want to take a 10 page PDF, separate the pages and save them as 10 separate files.
    I know I can go through and extract each page, but I need to do this with multiple documents that can be over 100 pages and to extract each page one-by-one would be extremely time consuming.

    See Thom Parker's latest http://www.acrobatusers.com/tech_corners/javascript_corner/index.php JavaScript Corner http://www.acrobatusers.com/tutorials/2008/04/js_extracting_pages/ Extracting pages from a PDF with Acrobat JavaScript for an example of JavaScript that can extract every 4 pages and place them in an email or new file. This code can easily be modified to extract every page.
    Or you can download http://abracadabrapdf.net/articles.php?lng=en&pg=15 AbracadabraTOOLS 2.5 to add new menu options to your copy of Acrobat that include splitting a PDF by x pages.

  • Get Current page number of PDF file

    Hi,,
    I am using acrobat plugin(SDK) in VB.Net while am nevigating in the
    PDF file i want get the current viewing page number of that
    PDF file and Display in Lable/Text....
    In abouve screenshot am marked the SDK display page number that i want read by VB.NET and display in my application..

    ..... perhabs in connection with this;
    http://forums.adobe.com/message/4587057#4587057
    However, full Adobe Acrobat is needed for both (not Reader only).
    HTH, Reinhard

  • On my MacBookPro the program iTunes comes up and my iPad sync's up and I get the message that a PDF file is not found

    A lot of times I create PDF files for my electronic designs and present them to my customers. A files under "Book" has been deleted from my computer, but still shows up as a book listed.  When I use my iBook on my iPad, the book is not there which is great, but the book (or PDF file) is still listed. When sync occurs each time the iPad sync's up a dialogue box is created stating two songs are not there and the BOOK is not found. So I highlight the book with the check box next to it and how do I remove the contents of the library for "BOOKS"?

    The most thorough explanation of what needs to be done is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • Why the window setting the printing disappeared when I try to select the page number of pdf file

    When I send the pdf file to the printer and try to select the page number to be printed by entering (e.g., 4-10), the page for setting up printing work suddenly disappeared.   As a result, I could only print pdf files from page 1 to the end, if I want to print any document.   I have no problem with printing word documents.  Thus, it should not be problems related to printer, right ?
    Your help is highly appreciated !

    What is your operating system?  Reader version?
    You mean the Print panel completely disappears when you enter some page numbers?

  • How to get the Attachment of a pdf file throug workflow,...

    Hi,
              I have attached pdf the file to the ESS and written the code in webdynrpo. How can I get the file attachment in MSS through Workflow? This attachment should be displayed in the User Decision Activity. Could any one Help me on this issue....?
    Thanks & Regards
    Kannan

    Hi,
      1. From WebDynpro  applicaiton once you create a PDF  in the application you can get back the Xstring of PDF  into the context of the workflow,
    2. Now pass this xstring to workflow container. I assume you might be starting the workflow from Webdynpro application.
    4. Create class method or a BOR and include a method. From that method do the respective coding that is mentioned in the document.
    3. Once you have the PDF  xstring in the workflow container you can attach the PDF  document to user decision step as mentioned in the [document|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60ff6ad3-729b-2b10-6582-fedc82680a29]
    Regards
    Pavan

  • How do I copy different parts of the page into separate pdf files?

    I have Adobe Acrobat 9 Pro and an assortment of very large pdfs that I want to make into about a thousand individual pdfs.  The pages contain text and I want to be able to copy parts of the page into separate different pdfs.  It would be really nice if I could split up the page into the required sections by highlighting all the different sections on the page and then save each section to individual pdfs all at once.  Acrobat has so many features that I am hoping that it can do something like this.  Thanks  Anewbie282

    With the number of pages you are talking about, there is no real easy solution. However, try extracting the page(s) you want in a new file. After the extracted file exists, try using the object select tool to remove the parts you do not want. You might find using the redaction tool to zero out the parts you don't want might work better. Unfortunately, a PDF is not a word processor type data file and the editing is likely not going to be easy.

  • Why can I only get the option to print pdf files

    Hi,
    I have a website app that uses CR13sp2 and VS2010sp2.  The reports were created with CR10 and are retrieved
    to be printed via the VS2010 CR13 app.
    I get receive a window which reads:
    The viewer must export to PDF to print. Choose the Print option from the PDF reader application once the document is opened. Note: You must have a PDF reader installed to print. (eg. Adobe Reader)
    The server is sql server 2003 and I have loaded all the latest runtimes for CR10
    Can someone tell me what wrong.  There are no CR13 reports passed to the app
    Isaac

    And to set the export types use this code:
    // set up the format export types:
    int myFOpts = (int)(
        CrystalDecisions.Shared.ViewerExportFormats.RptFormat |
        CrystalDecisions.Shared.ViewerExportFormats.PdfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.RptrFormat |
        CrystalDecisions.Shared.ViewerExportFormats.XLSXFormat |
        CrystalDecisions.Shared.ViewerExportFormats.CsvFormat |
        CrystalDecisions.Shared.ViewerExportFormats.EditableRtfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelRecordFormat |
        CrystalDecisions.Shared.ViewerExportFormats.RtfFormat |
        CrystalDecisions.Shared.ViewerExportFormats.WordFormat |
        CrystalDecisions.Shared.ViewerExportFormats.XmlFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelFormat |
        CrystalDecisions.Shared.ViewerExportFormats.ExcelRecordFormat);
        //CrystalDecisions.Shared.ViewerExportFormats.NoFormat); // does nothing except show no export types
    //int myFOpts = (int)(CrystalDecisions.Shared.ViewerExportFormats.AllFormats);
    crystalReportViewer1.AllowedExportFormats = myFOpts;
    You will need to create your own Print button to be able to use all types.
    Don

  • In Internet Explorer I was able to right click and load the page as a PDF file. Can I do this with Firefox?

    I have searched everywhere for this. When I go to "Tools" then "Options" then "Applications" I see that Adobe Acrobat is enabled however I do not see anything on Firefox that allows me to use it to convert a web page over to a PDF.

    It does not ''''convert a web page over to a PDF.''''
    If you have a link to a pdf just open it as you would any other web page or link. It will open as a webpage displaying as the pdf document that it linked to.
    * see [[Using the Adobe Reader plugin with Firefox]]
    * click this link to test --> http://plugindoc.mozdev.org/testpages/pdf.html

  • To retrieve the PRT document (a PDF file) and insert the doc in PM order

    Hello guys,
    I have a challenging task in from printing as follows,
    By using TC: IW3D we get print preview of PM Order Set (PM Print Program: YIPRJT01), currently the PRT document number prints in the PM Order. Now we have to insert the PRT documents (a PDF file) into the PM Order set rather than printing the PRT document number ( By using TC: IW33 by going OPERTIONAL TAB we will get the PRT document(a PDF file))
    The requirement is to retrieve the PRT document (a PDF file) and insert the document in PM  order set with out navigating separately by using the TC: IW33.
    If you run the script in the print preview we can able to see PM the order set along with the PRT document (a PDF file).
    Thanks & Regards
    Vishnu

    I'm also trying to print PRT document with shop papers and still not able to do so. I selected "P" for print on the control key and it should print but still didn't print.
    If I understand it right, I think you are trying to do the same.
    Have you resolved this issue ?
    Thank you,
    Sam

  • Getting the page size and knowing how many pages they are in PDF file

    Hi There,
    when i do this script (
    var myPDFFile = File.openDialog(["Choose a PDF File"]); ) 
    with JS via Windows it is used for opening a new PDF file when i import this file i need to
    get the page size and how many pages they are in PDF file. but i dont know how to do it.
    please help me.

    Ask here: http://forums.adobe.com/community/indesign/indesign_scripting

  • I spent half the morning and thus farI am trying to get Firefox to open a .pdf file but it not only downloads the file to my desktop but also dozens of zero-killabyte page images.

    I spent half the morning and thus far this afternoon working on a Firefox problem and have only managed to screw it up so bad that when I try to access a web page containing a .pdf file it not only downloads the brochure but also dozens (literally dozens!) of zero-killabyte page images to my desktop. I have tried trashing Firefox and downloading fresh versions but I still get the same results. I have tried to find and trash the Foxfire preference pane, thinking that would solve the problem, but haven't been able to locate it.
    Harry Sherwood
    [email protected]

    You have Acrobat Pro on your system. It will try to open PDFs, and of course it will fail. You must uninstall it. Then, you will need a PDF reader. So install Adobe Reader. That seems quite simple, but perhaps something is wrong. If anything goes wrong with these two steps (1) uninstall Acrobat Pro (2) install Adobe Reader, then please let us know the details.

  • I can't get the page numbers in my table of contents to update when I update the book.

    I'm using Framemaker 11 and I have two TOCs in my book: one in English and one in French. Each TOC links to different documents in the same book. The reference page for each TOC is set and correctly displays the heading 1 and 2 I've told it to display, but the numbers do not update when the content in my document files changes to a different page. I've checked the conditional text settings in my document files; they are correct. When I update the book, I choose to update Numbering, All Cross-References, All Text Insets, OLE Links, Generate Table of Contents, Lists, and Indexes. What am I doing wrong? Thanks.

    I just tested this out and saw the same result as Rick - a book with child books ignores all generated files within the child books. This applies to adding content from them (e.g. their titles) to actually including them in the output. This applies to all versions of FM since v.9!
    However, there is a workaround for this. You need to use the hierarchical book structure in the parent book and create Folders for each book that you want to add. Then manually add the generated files (TOC, IX, List of..., etc.) and book to the respective folder. This is what it looks like for two child books in a parent book:
    Note that the child book generated files (TOC, IOR) show as just regular files at this point in the parent book. To get the page numbering to be continuous throughout the parent book, you will need to make a couple of passes. First set folder, files and books to have the Numbering continue from the previous (if you want all sequential page numbers). This will set the page numbers correctly except for what they were in the respective book TOCs. You will need to use the starting page number of the child TOC files in each folder (it shows in the Book status bar when click on the TOC file in the master/parent book).
    To set the individual book TOCs to be correct in the parent book, open the child book and set the TOC Numbering to start at the page stated in the parent book (status bar). Now update the child book to set the correct (parent book) page numbers in the child TOC. [This is a necessary manual step, as the page number assigned in the parent book is ignored when th child book is individually updated and FM uses 1 to start off the sequence in the child book.]  Repeat for each child book in the master/parent book.
    The final step is to Update the parent book and create the PDF. You should now have all of the files included in the PDF and the child TOCs should show the correct page numbers of the master book.
    This whole process of books within books seems a bit borked and one shouldn't have to be jumping through hoops to include child generated files. Please report this as a bug via: https://bugbase.adobe.com/index.cfm

  • When I try to convert my .pdf to Word, I get a sidebar that has fields for: the name of my pdf file, the type of file I want to convert to (In my case, Word), and a button that says "Convert".  My problem is that the "convert to" field isn't active.  I ca

    When I try to convert my .pdf to Word, I get a sidebar that has fields for: the name of my pdf file, the type of file I want to convert to (In my case, Word), and a button that says "Convert".  My problem is that the "convert to" field isn't active.  I can see the words "Microsoft Word" in pale gray, but when I click on the field, nothing happens.

    You have posted in the wrong forum.  Try posting in the forum for the product you are trying to use.
    Here is a link to a page that has links to all Adobe forums... use the drop down list to see all.
    Forum links page:
    https://forums.adobe.com/welcome

Maybe you are looking for

  • Printer drivers for HP Laserjet 1320

     I have an HP Laserjet 1320 Printer and I just got a new HP Pavilion g series laptop --I cannot seem to get the printer driver to work.On HP's website I can only get the universal driver but I want just the Laserjet 1320 driver. Any help would be app

  • Multiple Vulnerabilities in Apple Mac OS X

    Every few months, somebody (with a PC) emails me one of notices. I assume Apple does their security updates othen enough to take care of this. Or am I wrong? Who makes these notices? What should I do when I get one of these notices? Here's THe whole

  • HTTP Adapter in BPEL or ESB

    hi, i need to know if there is any adapter available to call a HTTP service or any other alternative to call a HTTP web service. Please reply as soon as possible. thanks in advance, Preeti Agarwal

  • SELECT-OPTION to internal table

    Hi, I need to convert the select-option values into an internal table. For example, if there is a select-option S_WERKS... i need all the values entered for S_WERKS into the internal table. The internal table structure contains only WERKS. My actual

  • Table for transport request objects

    Hi, I need to copy the objects present in the transport request(Request/Modified) to any other transport request. Can any body tell me the table that stores the information regarding transport request. Pooja