Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 88,784 for

doc format

(0.16 sec)
  1. Online PCL to OTP Conversion or Build .NET base...

    Free online app to convert PCL to OTP files. .NET C# conversion library code for PCL Documents....PCL files to OTP and other formats via .NET automation API. Freely...class Save the document to OTP format using Save method and set Otp...

    products.aspose.com/total/net/conversion/pcl-to...
  2. C# API to Export EMAIL to RTF | products.aspose...

    Convert EMAIL to RTF without using Microsoft Word or Outlook on .NET...comprehensive suite of file format manipulation APIs that allow...to easily convert EMAIL file format to HTML. Once you have converted...

    products.aspose.com/total/net/conversion/email-...
  3. FieldMergeBarcode Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeBarcode class to effortlessly implement MERGEBARCODE fields for enhanced Document automation and efficiency....in the range [0, 0xFFFFFF] Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Converting a XPS file to DOCX using Java | Aspo...

    XPS to DocX conversion via Java sample code. Programmers can use this example code to export XPS to DocX within any Web or Desktop Java based application....a document from XPS to DOCX format with a modern document-processing...other possible conversion formats, see the Documentation pages...

    products.aspose.com/pdf/java/conversion/xps-to-...
  5. Online SVG to Powerpoint Conversion or Develop ...

    Free online app to convert SVG to Powerpoint files. Java conversion library code for SVG Documents....files to Powerpoint and other formats via Java automation API. Freely...class Save the document to PPT format using save method and set Ppt...

    products.aspose.com/total/java/conversion/svg-t...
  6. Online SVG to PPT Conversion or Develop Java ba...

    Free online app to convert SVG to PPT files. Java conversion library code for SVG Documents....SVG files to PPT and other formats via Java automation API. Freely...class Save the document to PPT format using save method and set Ppt...

    products.aspose.com/total/java/conversion/svg-t...
  7. Online MHTML to ODP Conversion or Develop Java ...

    Free online app to convert MHTML to ODP files. Java conversion library code for MHTML Documents....MHTML files to ODP and other formats via Java automation API. Freely...class Save the document to ODP format using save method and set Odp...

    products.aspose.com/total/java/conversion/mhtml...
  8. Online SVG to SWF Conversion or Develop Java ba...

    Free online app to convert SVG to SWF files. Java conversion library code for SVG Documents....SVG files to SWF and other formats via Java automation API. Freely...class Save the document to SWF format using save method and set Swf...

    products.aspose.com/total/java/conversion/svg-t...
  9. TableContentAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.TableContentAlignment enum for precise table content alignment in Markdown exports. Enhance your Document Formatting effortlessly!...when exporting into Markdown format. public enum TableContentAlignmen...md" , saveOptions ); Document doc = new Document ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.sav...
  10. When converting docx to html using aspose .net ...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...IO; var doc = new Document("input.docx");...CssStyleSheetType.Inline }; doc.Save(stream, options); Inspect...

    forum.aspose.com/t/when-converting-docx-to-html...