Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 88,669 for

doc format

(0.22 sec)
  1. Table Cell Text with WrapText set to False does...

    Hello, I am trying to make text NOT wrap within a table cell, after being converted to a PDF from a Word Document. I am using: builder.CellFormat.WrapText = false; The Word Doc is created from scratdch, and it looks …...WrapText = false; The Word Doc is created from scratdch, and...WrapText property of the cell format to false . This should be done...

    forum.aspose.com/t/table-cell-text-with-wraptex...
  2. Font.noProofing property | Aspose.Words for Nod...

    Font.noProofing property. True when the Formatted characters are not to be spell checked....noProofing property True when the formatted characters are not to be spell...checked by Microsoft Word. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert TSV to DOTM using Python or with free O...

    TSV to DOTM conversion in your Python applications without using Microsoft Office or online. Test free TSV to DOTM online converter quickly before integrating the code....Separated Values (TSV) format is a simple text format used for exchanging...applications. It is a widely used format for data storage and transfer...

    products.aspose.com/total/python-net/conversion...
  4. Export PS to POTM in Android | products.aspose.com

    Android API to Convert PS to POTM without using Microsoft Word...Document Format (PDF) is a widely used file format for documents...used to store documents in a format that is independent of the...

    products.aspose.com/total/android-java/conversi...
  5. ImageSaveOptions.Resolution | Aspose.Words for ...

    Optimize your images with ImageSaveOptions! Control horizontal and vertical resolution in DPI for stunning quality and clarity. Enhance your visuals today!...when saving to raster image formats. Examples Shows how to specify...a document to PNG. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PdfSaveOptions.text_compression property | Aspo...

    PdfSaveOptions.text_compression property. Specifies compression type to be used for all textual content in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 100 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BorderCollection.top property | Aspose.Words fo...

    BorderCollection.top property. Gets the top border.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Start a table and set a...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::ShapeBase::get_Glow met...

    Aspose::Words::Drawing::ShapeBase::get_Glow method. Gets glow Formatting for the shape in C++....ShapeBase::get_Glow method Gets glow formatting for the shape. System ::...with glow shape effect. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Convert html to PDF/A1 - Free Support Forum - a...

    Hello. Version Assose 24.2 I have an HTML file. I open it using Aspose.Words and save it as a PDF. Then, using Aspose.PDF.Drawing, I open the resulting PDF file and convert it to PDF/A-1 Format and version 1.4. However…...file and convert it to PDF/A-1 format and version 1.4. However, after...the file to disk, the PDF/A-1 format is not applied to the file...

    forum.aspose.com/t/convert-html-to-pdf-a1/311000