Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 418,004 for

document

(0.41 sec)
  1. C++ API to Export PCL to DOCM | products.aspose...

    Convert PCL to DOCM within C++ applications.... The Portable Document Format (PDF) is a widely used...used file format for documents. However, it is not suitable for...

    products.aspose.com/total/cpp/conversion/pcl-to...
  2. Extract Images from PDF (facades)|Aspose.PDF fo...

    This section explains how to extract images with Aspose.PDF Facades using PdfExtractor Class....it to the document Document document = new Document ( _dataDir...extractor = new PdfExtractor ( document ); extractor . setStartPage...

    docs.aspose.com/pdf/java/extract-images/
  3. Convert docx to pdf Chinese garbled - Free Supp...

    Convert docx to pdf,Chinese garbled,English normal. code: file_name = download_file(filepath) file_name_without_ext = Path(file_name).stem file_path = base_dir / "file" / file_name new_file_name = file_name_without_…...Document(str(file_path)) doc.save(str(new_file_path))...the fonts used in your DOCX document are embedded during the conversion...

    forum.aspose.com/t/convert-docx-to-pdf-chinese-...
  4. EndnotePosition | Aspose.Words for Java

    Defines the endnote position in Java....the document collects and displays its endnotes. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Converting a PDF file to JPEG using Rust | Aspo...

    Code Examples on Rust for PDF‑to‑JPEG Conversion on All Platforms... powerful and easy to use document manipulation and conversion...lines of code. Open a PDF document for converting Convert a PDF...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  6. Converting a PDF file to BMP using Rust | Aspos...

    Code Examples on Rust for PDF‑to‑BMP Conversion on All Platforms... powerful and easy to use document manipulation and conversion...lines of code. Open a PDF document for converting Convert a PDF...

    products.aspose.com/pdf/rust-cpp/conversion/pdf...
  7. BuiltInDocumentProperties.lastPrinted property ...

    BuiltInDocumentProperties.lastPrinted property. Gets or sets the date when the Document was last printed in UTC....or sets the date when the document was last printed in UTC. get...lastPrinted () : Date Remarks For documents originated from RTF format...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BuiltInDocumentProperties.version property | As...

    BuiltInDocumentProperties.version property. Represents the version number of the application that created the Document....application that created the document. @property def version ( self...int ): ... Remarks When a document was created by Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PDF Header Insertion Using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET....Add Headers to PDF Document Using C# In order to add Header in... powerful and easy to use document manipulation API for net platform...

    products.aspose.com/pdf/net/header/
  10. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....// Open document auto document = MakeObject < Document > ( _dataDir...inputFileName ); for ( auto page : document -> get_Pages ()) { auto r...

    docs.aspose.com/pdf/cpp/rotate-pages/