Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 88,715 for

doc format

(0.1 sec)
  1. Converting a TEX file to TXT using C++ | Aspose...

    Sample code for TEX to TXT conversion using C++. Use C++ example for batch TEX to TXT conversion....a document from TEX to TXT format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/cpp/conversion/tex-to-txt/
  2. Converting a TEX file to XML using C++ | Aspose...

    Sample code for TEX to XML conversion using C++. Use C++ example for batch TEX to XML conversion....a document from TEX to XML format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/cpp/conversion/tex-to-xml/
  3. Converting a TEX file to HTML using C++ | Aspos...

    Sample code for TEX to HTML conversion using C++. Use C++ example for batch TEX to HTML conversion....a document from TEX to HTML format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/cpp/conversion/tex-to-h...
  4. C++ API to Convert PCL to OTP | products.aspose...

    Convert PCL to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...convert documents in various formats. It includes APIs for PDF,...convert documents in various formats. It is a powerful suite of...

    products.aspose.com/total/cpp/conversion/pcl-to...
  5. Online Word File Compression or Compress Word F...

    Free online app to compress different Word files. Java compression library code for Word Documents....supports many popular formats including Word format. Java Compression...[Product Documentation](https://docs.aspose.com/words/java/syste...

    products.aspose.com/total/java/compress/word/
  6. Document to PDF Conversion in PHP|Aspose.Words ...

    Converting Documents using Aspose.Words for .NET in PHP using COM in C#....); $doc = $comHelper -> Open ( $dataDir . "/Template.doc" );...Save the document in PDF format. $doc -> Save ( $dataDir . "/Doc2PdfSave...

    docs.aspose.com/words/net/document-to-pdf-conve...
  7. XpsSaveOptions.useBookFoldPrintingSettings prop...

    XpsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....to the XPS format in the form of a book fold. let doc = new aw...renderTextAsBookFold ) for ( let s of doc . sections . toArray ()) { s...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BuiltInDocumentProperties.ContentType | Aspose....

    Discover how to use the BuiltInDocumentProperties ContentType property to efficiently manage your Document's content type for enhanced organization....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  9. PageSet constructor | Aspose.Words for Python

    aspose.words.saving.PageSet constructor... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Page...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...