Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ki77ku

    Java FOP and PDF version

    Thanks Dian. Yes, I would like the pdf version to be shown on the properties of the pdf created. I read somewhere that default created is 1.4, but if we use features that are available in latest versions of pdf, then it creates higher version. In any case, should the pdf have the version in the...
  2. ki77ku

    Java FOP and PDF version

    I am trying to create a pdf file from XML and XLS using Java FOP. In the pdf file created, I went to properties and not able to find the PDF version. It is blank. I am looking to have version 1.4 created ALWAYS and it should say it in the properties. How do I specify which PDF version I need to...
  3. ki77ku

    Acrobat PDF text box width and text search

    I have a pdf file where I have a text box which is not wide enough to fit the text. So visually you see only part of the text and not all. When I search for this word uusing CRTL+F, I am not able to find this word. Can some guide me how to search correctly?
  4. ki77ku

    Extracting comments and its page number from a pdf file using java

    I am looking for ways to read acrobat PDF comments(annotations) and get the page number of each and every comment in the pdf file. Here is what I am looking for: -Prefer Java to read the comments -I just have acrobat reader and do not have acrobat professional -Need to get the page number of...
  5. ki77ku

    Link to a specific page number in a pdf file form another pdf file

    I am creating a pdf from xml using xsl:FO. So creating a pdf file which would have some links to specific page numbers in another pdf file. So ideally when i click on the page number link should go to that page number in the second pdf file. The problem I am facing is that it is taking to the...
  6. ki77ku

    SAS to Excel using DDE, cell formatting

    I am writing some data from SAS to excel using DDE. Excel is making some assumtions and displaying the data in the cells in its own assumed formats. how do I instruct excel to consider everything as text for all the columns? Currently I am using this, but looks like it is not working. I am using...
  7. ki77ku

    Reading complicated XML file into SAS

    I am looking for ways to read complicated XML file into a SAS dataset using SAS. I am looking for ways to do this.
  8. ki77ku

    Sas to excel - protect a worksheet

    I am working on a SAS DDE program to write multiple sheets to excel. I would like to make one of the sheet readonly. If I cannot make the sheet readonly, atleast i would liek to make some cells readonly, so thta user cannot update the value isn these cells. I found this code form the internet...

Part and Inventory Search

Back
Top