Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 89,964 for

doc format

(0.87 sec)
  1. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Dear "); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldNumPages | Aspose.Words for Java

    Implements the NUMPAGES field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert xlsx to docx - Free Support Forum - asp...

    How can I convert a file from Microsoft Excel (xlsx) Format to Microsoft Word (Docx) Format directly (with as few lines of codes as possible)?...Excel (xlsx) format to Microsoft Word (docx) format directly (with...manipulate etc. Excel file formats. As a workaround, you may convert...

    forum.aspose.com/t/convert-xlsx-to-docx/21566
  4. SVG Format Processing APIs – Aspose.SVG

    SVG libraries to process and convert SVG to PNG, JPEG and more popular image Formats, PDF and XPS on any Platform....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/svg/family/
  5. Export EMLX to OTT via C++ | products.aspose.com

    C++ API to Convert EMLX to OTT without using Microsoft Word or Outlook...be used to convert EMLX file format to HTML and then export HTML...and quickly convert EMLX file format to HTML. It supports a wide...

    products.aspose.com/total/cpp/conversion/emlx-t...
  6. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in points for precise control over your typography. Elevate your design with flexible positioning!...how to format text to offset its position. Document doc = new...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Saving a Document as a Multipage TIFF|Aspose.Wo...

    Convert a Document to a multi-page TIFF using Node.js. To determine how the Document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc....printable, but not editable format. For example, you can use a...the TIFF format – one of the more popular image formats. Converting...

    docs.aspose.com/words/nodejs-net/saving-a-docum...
  8. C++ API to Convert PS to ODP | products.aspose.com

    Convert PS to ODP via C++ without using Microsoft Word or Adobe Acrobat Reader...(ODP) format. This is because ODP is an open standard format that...can export PS files to PPTX format. Aspose.Slides for C++ then...

    products.aspose.com/total/cpp/conversion/ps-to-...
  9. Hello, World!|Simple example how to use Aspose....

    Create, edit and save your first Document in any supported Format using Aspose.Words for .NET to experience its simplicity and power in C#....DOCX, DOC, RTF, ODT, EPUB, HTML and many other file formats are...Automatically detects the file format Append document “A” to the...

    docs.aspose.com/words/net/hello-world/
  10. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page layout model in Java....Exception { Document doc = new Document(); doc.getBuiltInDocumentPr()...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getLayoutOptions()...

    reference.aspose.com/words/java/com.aspose.word...