Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 88,663 for

doc format

(0.08 sec)
  1. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transFormation input file with below code. Document Doc = new Document("test.Docx"); PdfSaveOptions options = new PdfSaveOptions(); Doc.save("output.pdf", options); Formatting and Alignment o…... Document doc = new Document("test.docx");...PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  2. Convert DWT to DWF via JavaScript | products.as...

    Sample code for DWT to DWF conversion. Use API example code for batch DWT files to DWF conversion....various vector and raster formats without using AutoCAD or any...process. DWT What is DWT File Format? A DWT file is an AutoCAD drawing...

    products.aspose.com/cad/javascript-net/conversi...
  3. Convert ICS to TEXT in Python | products.aspose...

    Save ICS to TEXT in your Python applications without using Microsoft Outlook or Word...into the respective Word TEXT format. This package of APIs provides...Convert ICS to DOC (Microsoft Word Binary Format) Convert ICS to...

    products.aspose.com/total/python-net/conversion...
  4. Aspose::Words::Font::get_Underline method | Asp...

    Aspose::Words::Font::get_Underline method. Gets or sets the type of underline applied to the font in C++....insert formatted text using DocumentBuilder . auto doc = System...DocumentBuilder > ( doc ); // Specify font formatting, then add text...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. ParagraphFormat.no_space_between_paragraphs_of_...

    ParagraphFormat.no_space_between_paragraphs_of_same_style property. When ``True``, [ParagraphFormat.space_before](../space_before/) and [ParagraphFormat.space_after](../space_after/) will be ignored between the paragraphs of the same style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Apply a large amount of...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Words for .NET output questions - Free Support ...

    Doc-gen Format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing issues with Aspose when converting Excel and Word files to PDF, specifically differen…...July 21, 2025, 3:42am 1 doc-gen format error.zip (2.1 MB) Please...converted by Aspose to match the format and styling of OutPut_Expected...

    forum.aspose.com/t/words-for-net-output-questio...
  7. Convert PDF to XLS via C# | Aspose

    Sample code for PDF to XLS C# conversion. Use API example code for batch PDF files to XLS conversion within VB.NET, Asp.NET or any .NET based application....even smartphone photos in PDF format and creates PDF documents containing...What is PDF File Format Portable Document Format (PDF) is a type...

    products.aspose.com/ocr/net/conversion/pdf-to-xls/
  8. MarkdownLoadOptions class | Aspose.Words for Py...

    aspose.words.loading.MarkdownLoadOptions class. Allows to specify additional options when loading [LoadFormat.MARKDOWN](../../aspose.words/loadFormat/#MARKDOWN) Document into a [Document](../../aspose.words/Document/) object....or Emf) images to Png image format. (Inherited from LoadOptions...LoadOptions ) import_underline_formatting Gets or sets a boolean value...

    reference.aspose.com/words/python-net/aspose.wo...
  9. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  10. Images not being rendered properly when convert...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase6…...ExportImagesAsBase64 = true, }; doc.Save(stream, options); stream...stem from unsupported image formats, outdated library versions...

    forum.aspose.com/t/images-not-being-rendered-pr...