Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 89,974 for

doc format

(2.75 sec)
  1. Boxes appear in generated PDF due to missing fo...

    I’m using Aspose.PDF for .NET to generate PDF files in an AWS Lambda environment. The issue I’m facing is that boxes (□) appear instead of text in the generated PDFs — this seems to happen because the required fonts are…...ConvertTo(byte[] source, SaveFormat format) { using var inputStream =...MemoryStream(source); Document doc = new Document(inputStream);...

    forum.aspose.com/t/boxes-appear-in-generated-pd...
  2. Online TEX to ODP Conversion or Develop Java ba...

    Free online app to convert TEX to ODP files. Java conversion library code for TEX Documents....TEX 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/tex-t...
  3. FieldNoteRef class | Aspose.Words for Python

    aspose.words.fields.FieldNoteRef class. Implements the NOTEREF field... (Inherited from Field ) format Gets a FieldFormat object that...provides typed access to field’s formatting. (Inherited from Field )...

    reference.aspose.com/words/python-net/aspose.wo...
  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. Aspose email attachment extraction - Free Suppo...

    Hi guys need your help Recently I uploaded email with attachment it extracts including metadata ( .txt and Docs )and attachment is it possible can extract only attachment...txt and docs )and attachment is it possible...both we received html, txt, doc format of that mail actually we...

    forum.aspose.com/t/aspose-email-attachment-extr...
  6. FieldStyleRef.suppress_non_delimiters property ...

    FieldStyleRef.suppress_non_delimiters property. Gets or sets whether to suppress non-delimiter characters.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your Document's background shape for enhanced visual appeal. Maximize your design potential!...Document doc = new Document (); Assert . That ( doc . BackgroundShape...shapeRectangle = new Shape ( doc , ShapeType . Rectangle ); //...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Watermark PPT File Online or using Android Mobi...

    Free online app to Watermark different PPT files. Android watermark library Java code for PPT presentations....supports many popular formats including PPT format. Android Watermark...[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...

    products.aspose.com/total/android-java/watermar...
  9. Watermark ODP File Online or using Android Mobi...

    Free online app to Watermark different ODP files. Android watermark library Java code for ODP presentations....supports many popular formats including ODP format. Android Watermark...[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...

    products.aspose.com/total/android-java/watermar...
  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...