Query on PDF-BASED FOLIO - INTERNALS - ie .FOLIO files.

When we create  image based folio  and unzip the folio and see , we see all the non-interactive elements exported as jpeg and png.
I would like to understand  when the non-interactive contents are exported as png and jpeg.
In similar lines , when we create pdf based folio and unzip the folio, we see only base Content (IN Folio Spec terms, assetRendition  ) and assets of ScrollableFrame Overlay ( IN FolioSpec terms, overlayAsset) as  pdfs.
For rest of the overlays, the non-interactive content are still png/jpeg.
I would like to understand the rationale behind it.
Or is there any settings to force PDF for all overlays.

With the exception of MSOs and scrollable content, overlays are rasterized. Scrollable frames are exported as vector by default. MSOs raster by default.

Similar Messages

  • Question - rename pdfs based on bookmarks in the files

    I am totally new to javascript (have done some visual basic and other old-school programming).  I am scanning years of paper filing to searchable pdfs, and want to automate one important part of the process.  I suspect that what I need is fairly simple if you know javascript, but for me would be a big learning curve.
    What I would like is a script that will
    look at all the existing pdfs in a folder that I can specify each time the script is run
    each pdf will already have one or two bookmarks (some will only have one; none will have more than two)
    rename the file, using the first (or only) bookmark as the filename
    change the create-date of the file, using the second bookmark as the date
    save the file(s) in a new subfolder under the original folder - folder name unimportant
    If the date is too problematic, then it is optional (the bookmark would be 'dumb' text, and the date format wouldn't be guaranteed the same for each) .
    I've never run a script before, so please give (or point me to) the real basics, like, where do you save a script and run it from there -- all the ignorant questions!
    Thanks in advance to anyone who can help.

    Acrobat JavaScript cannot do most of those things. It has no access to foldera, and cannot rename files. There are two creation dates (on on the file like any other file, one stored inside the file) and it won't do either of them either.

  • Scrollable frame in PDF-based folio prevents page swipe

    Can someone confirm for me that scrollable frames in a PDF-based folio prevent one from being able to use that area to swipe to the next page?
    Thanks,

    I confirm too.
    We publish a weekly magazine for iPad2 and iPad3.
    iPad2 folio is a jpg one, and we use pdf format for iPad3.
    Scrollable full page contents work fine on iPad2 but prevent swiping on iPad3.
    Our solution: creating "cold zones" on the edges of the pages using buttons (setting them "navto://nowhere"). I think it's the simpliest way to make it work.

  • Distinguish mono-folio and multi-folio PDF on Windows Explorer

    Hi everyone,
    is there a way to distinguish mono-folio and multi-folio PDF files on Windows' Explorer ? I mean without opening them, simply when you look at the thumbnail ?
    Thanks.

    In that case, no. The icon for a PDF file is always the same, and the page count is not one of the properties displayed in the hover menus in Explorer.

  • How to change background color of text in pdf based by font name

    Hi
    How to change the background color of text in PDF based by font name. Is there any option in Javascript. e.g: If PDF containing ARIAL font, the ARIAL text background color needs to be changed in red color for all pages. Same for all fonts with different different color in the PDF.
    Thanks in Advance

    Hi
    1) Is there any possibilities to highlight with different color based on font using javascript
    2) list of font used in PDF using javascript
    3) How to hilight the text using javascript
    Thanks in Advance

  • Error in generating PDF Based form - SUI Report

    Hi,
    We are running Quarterly reports for Unemployment reporting at USA using tax reporter.
    We are not able to see the complete spool output for the Wage Type Listings but only just 1 page. In the tax reporter log we get the error "Error in generating PDF Based form HR_F_WLIST_CA" for respective states.
    Any idea how to resolve this.
    We are on ERP 6.04.
    Thanks,

    Hi,
    I think its  Basis problem.Ask basis gyus to repair the connection and try again.
    Regards,
    Manoj.

  • I am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me

    Dear ALL,
    i am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me solutions.
    var myBookFileName ,myBookFileName_temp;
                    if ( myFolder != null )
                            var myFiles = [];
                            var myAllFilesList = myFolder.getFiles("*.indd");    
                            for (var f = 0; f < myAllFilesList.length; f++)
                                        var myFile = myAllFilesList[f]; 
                                        myFiles.push(myFile);
                            if ( myFiles.length > 0 )
                                        myBookFileName = myFolder + "/"+ myFolder.name + ".indb";
                                        myBookFileName_temp=myFolder.name ;
                                        myBookFile = new File( myBookFileName );
                                        myBook = app.books.add( myBookFile );  
                                       myBook.automaticPagination = false;
                                        for ( i=0; i < myFiles.length; i++ )
                                                   myBook.bookContents.add( myFiles[i] );             
                                        var pdfFile =File(File(myFolder).fsName + "\\"+myBookFileName_temp+"_WEB.pdf");
                                        var bookComps = myBook.bookContents;
                                        if (bookComps.length === 1)
                                                       bookComps = [bookComps];
                                         var myPDFExportPreset = app.pdfExportPresets.item("AER6");
                                        app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFEx portPreset,bookComps);
                                      //myBook.exportFile (ExportFormat.pdfType, pdfFile, false);
                                      //myBook.exportFile(pdfFile, false, pdfPref, bookComps);
                                        myBook.close(SaveOptions.yes);      

    Change the below line:
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset,bookComps);
    to
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset);
    Vandy

  • How to query a row based on its rownum

    Dear all,
    what is the easiest way to query a row based on its rownum? Suppose I have the following query:
    select first_name from employees where rownum<5;
    FIRST_NAME
    Ellen
    Sundar
    Mozhe
    DavidSo Ellen has rownum 1, Sundar 2 and so on. How can I do it if I just want to query a row where Mozhe is the first_name, which is rownum 3?
    Best regards,
    Val

    JS1 wrote:
    Valerie Debonair wrote:
    I was thinking how oracle assign a rownum in a table is by how it populates the rows in the table.Hence a statement "based on its availability". Maybe my way of thinking it's not accurate?
    You are correct, your way of thinking is wholly innaccurate. Something that can easily be confirmed simply by reading the documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/pseudocolumns009.htm#i1006297
    okie doke... thanks for the correction

  • Text Object Error in Pdf based print forms

    Hello Friends,
    I am trying to include a text object in Adobe PDF-based print form.
    In the context, I have created a node for the text. I chose the Text Type as “Include Text”. I am able to choose the required Text Object and Text ID from the respective search helps. When trying to activate the form, I am getting an error saying that I did not specify a text name. I tried to rectify this error but could not do so.
    Please help me out on how to rectify this error.
    Points will be rewarded for useful answers.
    Thanks,
    John.

    There is no need of activation for standard text... save will do...
    Also note: standard text is client dependent... you need to attach to your transport request manually to move between clients...
    Close the thread once your question is answered.
    Regards,
    Sairam

  • Creating layout in PDF Based Form to print table content.

    Hi ,
        I am facing problem in creating the layout of PDF Based Form . I do not need any interactive text but only active table in my context whose data i need to print . What i did was drag the table from data view into  the body page and activate . When i run it i only get a table structure but without any data .
    Can any one help me or give a pointer to any tutorial for this ?. I have checked in SAPnet for PDF Based Print Form but it somehow skips how to create layout.
    With regards,
    Saurabh Kumar Pandey

    Have a look at help.sap.com:
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/b7/64348655fb46149098d95bdca103d0/content.htm">Interactive Forms based on Adobe Software</a>
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/4c/9cc19e5c874091a99790e540b06f3a/content.htm">Inserting a Table or Loop</a>

  • How to active a PDF Based Form in ERP System

    Hi ,
    One of user facing problem "When I try to active a PDF Based Form in ERD, I got the following error: u201CINVALID http CONNECTION : ADSu201D
    Please can anyone help me in this ,what should i do and how to proceed it slove this issue.
    Thanks and Regards
    Brijesh Prasad

    You need
    - an application server JAVA with Adobe Document Service installed
    - you need to configure the connection between that Java instance and your ERP system
    https://www.sdn.sap.com/irj/sdn/adobe
    Markus

  • DisAssembling  a PDF based on a text string on the page

    I am looking for some guidance (and an example if at all possible) on how to disassemble a multipage pdf based on text like "Tax ID" contained on certain pages. The result is that I am looking to break up a document that contains 1000 pages, 100 of those pages may contain the text "Tax ID" for 100 different people and I would like 100 different PDF's with the 1 page that has their "Tax ID" as the output. In addition...it would be great to extract the value next to the text "Tax ID" so that the PDF's could be named accordingly.
    The challenge here is how do I get the page numbers that contain the "Text ID" text along with the text sitting to the right of that text? Once I get that...then I can simply feed that information back into Assembler via the DDX for extraction.
    Any help here would be greatly appreciated.

    You've posed an interesting problem. Here is one approach that requires you to create a few steps to your Workbench process.
    Invoke the Assemble service with a DDX that extracts text information from the original PDF
    Invoke the XSLT service to convert the extracted text info into a Bookmark file.
    Invoke the Assembler with a two-part DDX with imports the Bookmark file into the original PDF and then uses the added bookmarks to disassemble the PDF.
    Invoke the Assemble service with a DDX that extracts text information from the original PDF
    Here is a DDX that extracts text info:
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
      <DocumentText result="text">
        <PDF source="myOriginalPDF"/>
      </DocumentText>
    </DDX>
    The result will be an XML file with this appearance:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="C:\Adobe\TaxID.xslt"?>
    <DocText xmlns="http://ns.adobe.com/DDX/DocText/1.0/">
        <TextPerPage>
            <Page pageNumber="1">to market to market</Page>
            <Page pageNumber="1">TAX ID 1111 Gee I owe a lot of money to the IRS . How could this be ?</Page>
            <Page pageNumber="2">TAX ID 2222 We all owe lots of money</Page>
            <Page pageNumber="3">TAX ID 3333 We all owe lots of money</Page>
        </TextPerPage>
    </DocText>
    Invoke the XSLT service to convert the extracted text info into a Bookmark file
    Here is an XSLT that converts the text info into a Bookmark file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:textInfo="http://ns.adobe.com/DDX/DocText/1.0/">
        <xsl:output method="xml" version="1.0" encoding="UTF-8"/>
        <xsl:template match="/">
            <Bookmarks xmlns="http://ns.adobe.com/pdf/bookmarks" version="1.0">
            <xsl:apply-templates/>
                </Bookmarks>
        </xsl:template>
        <xsl:template match="textInfo:Page">
        <xsl:variable name="myText" select="text()"/>
        <xsl:if  test='contains( $myText, "TAX ID")'>
            <xsl:variable name="taxID"
                select='substring($myText, 8, 4)'/>
                <Bookmark><Dest>
                <Fit>
                    <xsl:attribute name="PageNum">
                    <xsl:value-of select="@pageNumber"/>
                    </xsl:attribute>
                </Fit>
                </Dest>
                    <Title>
                    <xsl:value-of select="$taxID"/>           
                    </Title>
                </Bookmark>
            </xsl:if>
        </xsl:template>    
    </xsl:stylesheet>
    Here is the result of this XSLT applied against the example text info:
    <?xml version="1.0" encoding="UTF-8"?>
    <Bookmarks xmlns="http://ns.adobe.com/pdf/bookmarks" version="1.0">
        <Bookmark xmlns="">
            <Dest>
                <Fit PageNum="1"/>
            </Dest>
            <Title>1111</Title>
        </Bookmark>
        <Bookmark xmlns="">
            <Dest>
                <Fit PageNum="2"/>
            </Dest>
            <Title>2222</Title>
        </Bookmark>
        <Bookmark xmlns="">
            <Dest>
                <Fit PageNum="3"/>
            </Dest>
            <Title>3333</Title>
        </Bookmark>
    </Bookmarks>
    If you use this XSLT, you should refine it to search for the string "TAX ID" at the beginning of the page rather than anywhere in the page. You should also improve the identification of the TAX ID number to be independent of the length.
    Invoke the Assembler with a two-part DDX
    Write a DDX that imports the Bookmark file into the original PDF and then uses the added bookmarks to disassemble the PDF.

  • Issue with pdf-based forms (correspondence)

    Hello!
    Got a problem with our new pdf-based forms.
    I'm tryinig to print a new pdf-based dunning form via correspondence (fpcopara), but there is no option where i could say "XFP data stream with context evaluation". There are only the options for Smartforms and SapScript.
    Has anyone an idea how to solve this problem?
    Thanx 4 helping!

    Here are the steps (from generating the form up to the point where i want to print it):
    1. Transaction Code: SFP (Form Builder)
    create a new interface with interface-type: ABAP Dictionary-based Interface
    2. Transaction Code: SFP (Form Builder)
    create a new form. Layout type = Standard Layout, Interface from step 1, create a small layout and activate both (interface an form).
    3. Transaction Code: EFRM (Maintain Application Form)
    create a new application form with these options:
    Form Class: IS_U_CA_DUNNING
    Form Type: PDF-based Form
    PDF-based Form: (name from step 2)
    After creating this new application form, try to activate it.
    4. Transaction Code: FPCOPARA (Correspondence Printing)
    For this step you need printable dunnings in your system.
    Tab: Print Parameters
    Output Device: your XFP-Printer
    And there we are... There is no option for PDF-based Forms at this point. Just the options for SapScript and Smartforms.
    Thanks
    Btw: we're using IS-U (Utilities).

  • How to define an action which generates a pdf based on a smartform formular

    Hello everybody,
    I am looking for a solution to define an action which generates a pdf based on a smartform formular (my printer
    is LOCL and there will be no other printers in the system defined).
    With the standard print action for the smartforms formular nothing is printed on printer local.
    Best regards,
    Angelika

    Hmm, no replies yet...
    Am I in 'uncharted territory' with this issue?

  • Getting SQL*Net more data from client waits when running a query through web based interface

    Hi, you all,
    We are having this weird behavior when running query through web based interface, we get a lot of "SQL*Net more data from client" waits, the OEM indicates that the current wait event is SQL*Net more data from client
    It's just a very simple query wich invokes a db link.
    When I execute the same query on any PL/SQL tool like toad or sql developer it works fine, but that query inside an application executed through a web based interface, it hangs for ever.
    Where can I start looking for the problem.
    We are working on a 3 Node RAC 11gr2, both databases are on the same RAC.
    Thanks.

    Hi ,
    we managed to reproduce the case in test environment, below are the steps:
    1)have 2 databases on different machines, will call the first one local, the other one remote.
    2)in the local database create:
    a - DBLink to remote database.
    b - read data from remote database(we simply used select count(*) from dummy_table )
    c - insert data into a table on the local database
    d - terminate the connection between the 2 databases (disconnect either machine from the network)
    e - commit on local database.
    what we noticed was the following:
    1)when the local database is disconnected from the network(the machine is not connected to any network at the moment): almost immediately throws an error, and issuing the following:
    select * from dba_2pc_pending;we found some data .
    2) when the remote database was disconnected(the local database is still connected to the network):
    after 7-8 seconds an error is thrown, and issuing the following:
    select * from dba_2pc_pending;did not return any data.
    since this is pretty similar to our case ,we concluded that it's a network issue.
    is this the correct behavior ?
    as a temporary solution till the network issue is fixed ,we did the following:
    1) changed the call of the remote procedure to calling a local procedure that calls the remote procedure.
    2) added pragma autonomous_transaction to the local procedure.
    3) at the end of the local procedure rollback the autonomous transaction.
    it seems that since the global transaction does not use the DBLink database does not issue a 2PC commit.
    this works in my cases since the DBLink is only issed to read data.

Maybe you are looking for

  • Sol. Mgt. Console/printmgr - java based utils fail

    I am running Solaris 8 on a laptop. Everything works fine except for the Solaris Management Console and printmgr. These are java based apps and both fail. The error messages from printmgr are: Exception in thread "main" java.lang.NullPointerException

  • WLC 5508 : WPA2 enabled SSID - especially Intel & Dell wireless cards are not getting connected

    Hi , I have one pecular issue in my wireless lan set-up. I have some laptop users who are using below inbuilt wireless adapter/cards : /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-

  • How do I create Notifications automatically from Maintenance plans

    Hi folks I have a new requirement from a client. They would like some of their Maintenance plans to automatically create Notifications which can later be converted to maintenance orders. Please let me know what configuration chnages i need to carry o

  • Cannot get Music or Video onto iPhone 5

    Hi I have a new Iphone 5 - 16gb,  I cannot download any of my purchased music or new purchase from the store - it runs through the download, gets to processing then fails with a "item cannot be downloaded at this time - Done or Retry" I cannot sync a

  • Syndication of Relationships

    How to syndicate the relationships in MDM? I dont see a way to do it via MDM Syndicator. MDM Data Manager has Relationships ->Export and Import to file option. But this option does not suffice our requirements. How will I be able to <b>syndicate the