Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 53,969 for

import document

(0.08 sec)
  1. Online ODT File Text Finder or Build ODT Search...

    Free online app to search in ODT file. C++ API code for any ODT file text search application....Search Odt Online Searchable Document App and ODT Text Search Library...Develop powerful C++ based ODT document search engine software or...

    products.aspose.com/total/cpp/search/odt/
  2. Online DOC File Text Finder or Build DOC Search...

    Free online app to search in DOC file. C++ API code for any DOC file text search application....Search Doc Online Searchable Document App and DOC Text Search Library...Develop powerful C++ based DOC document search engine software or...

    products.aspose.com/total/cpp/search/doc/
  3. 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...
  4. 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...
  5. 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...
  6. 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-...
  7. Document Compression and Archiving via Python |...

    Reduce and compress Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your Python application. Test the compression result online....NET Compress Document Compression using Python APIs...Python via .NET. Download Document compression refers to the...

    products.aspose.com/total/python-net/compress/
  8. Online PPTX Text Search Application or Develop ...

    Free online app to search in PPTX files. Java code for any PPTX file text search android application....Search Pptx Online Searchable Document App and PPTX Text Search Android...powerful android based PPTX document search engine utility application...

    products.aspose.com/total/android-java/search/p...
  9. Online PDF Text Search Application or Develop P...

    Free online app to search in PDF files. Java code for any PDF file text search android application....Search Pdf Online Searchable Document App and PDF Text Search Android...powerful android based PDF document search engine utility application...

    products.aspose.com/total/android-java/search/pdf/
  10. 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/