Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 53,969 for

import document

(0.13 sec)
  1. Add Image to Existing PDF File|Aspose.PDF for Java

    This section describes how to add image to existing PDF file using Java library....Create a Document object and open the input PDF document. Get the...a PDF document. package com.aspose.pdf.examples ; import java...

    docs.aspose.com/pdf/java/add-image-to-existing-...
  2. Creating PDF/3-A compliant PDF and attaching ZU...

    Learn how to generate a PDF Document with ZUGFeRD in Aspose.PDF for Python via .NET...steps to attach ZUGFeRD to PDF: Import the Aspose.PDF library and...path variable and create a Document object. Create a FileSpecification...

    docs.aspose.com/pdf/python-net/attach-zugferd/
  3. Copy Bookmarked Text in Ruby|Aspose.Words for Java

    Copy bookmarked text using Ruby....Load the source document. src_doc = Rjb :: import ( 'com.aspose...aspose.words.Document' ) . new ( data_dir + "Template.doc" ) # This...

    docs.aspose.com/words/java/copy-bookmarked-text...
  4. Redact PPT Presentation Online or using C++ | p...

    Open and redact PPT Document online via app for free. C++ API code to search and replace PPT text....C++ Redact Ppt Redact PPT Document Online or via C++ Develop...Redact PPT Presentation Online Import PPT file by uploading it. Do...

    products.aspose.com/total/cpp/redact/ppt/
  5. View RTF File Online and Load or Read RTF File ...

    Free online RTF file viewer app. Python API code to read and load RTF file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based RTF document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/rtf/
  6. Optimize PDF File Size in Ruby|Aspose.PDF for Java

    Learn to reduce the file size of PDFs without compromising quality using Aspose.PDF for Ruby....optimize file Size of PDF document using Aspose.PDF Java for...optimize_filesize () # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/optimize-pdf-file-size...
  7. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...‘bind_pdf()’ to attach the source PDF document. Create a writable stream...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/export-to-json/
  8. View PDF File Online and Read PDF File using Py...

    Free online PDF file viewer app. Python API code to read PDF file for viewer application....View PDF File Online and Read Document via Python Develop powerful...powerful Python based PDF document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/pdf/
  9. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…... Code: import com.aspose.pdf.Cell; import com.aspose.pdf...pdf.Document; import com.aspose.pdf.Font; import com.aspose.pdf...

    forum.aspose.com/t/rare-chinese-characters-disp...
  10. Create Submit Button|Aspose.PDF for Python via ...

    Learn how to add a Submit Button to a PDF Document programmatically using Aspose.PDF for Python. This tutorial demonstrates how to create a button that submits form data to a specified URL and save the updated PDF.... Load an existing PDF document. Add a Submit Button field...new button. import sys from os import path import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/create-submit-bu...