Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 424,024 for

document

(0.48 sec)
  1. 将多页文档转换为Java中的图像|Aspose.Words为Java

    将多页文档导出为光栅图像(JPG, PNG, GIF, BMP, TIFF, WebP) 使用Java。...为具有水平布局的JPEG图像: Document doc = new Document ( "Rendering.docx"...DOCX文档保存为PNG图像: Document doc = new Document ( "Rendering.docx"...

    docs.aspose.com/words/zh/java/convert-a-multi-p...
  2. TxtLeadingSpacesOptions Enum | Aspose.Words for...

    Discover the Aspose.Words TxtLeadingSpacesOptions enum for efficient leading space handling when importing text files. Optimize your Document processing today!...whitespace when loading plaintext documents. string textDoc = " Line 1...object, which we can pass to a document's constructor // to modify...

    reference.aspose.com/words/net/aspose.words.loa...
  3. UnsupportedFileFormatException Class | Aspose.W...

    Discover the Aspose.Words.UnsupportedFileFormatException class, essential for handling unsupported Document formats in Aspose.Words. Ensure seamless Document processing!...Thrown during document load, when the document format is not...the Programming with Documents documentation article. public class...

    reference.aspose.com/words/net/aspose.words/uns...
  4. Document.PageCount | Aspose.Words for .NET

    Discover the Document PageCount property, which reveals the total page count based on the latest layout, ensuring accurate Document management and insights....PageCount Contents [ Hide ] Document.PageCount property Gets the...the number of pages in the document as calculated by the most...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Table.allow_overlap property | Aspose.Words for...

    Table.allow_overlap property. Gets whether a floating table shall allow other floating objects in the Document to overlap its extents when displayed...other floating objects in the document to overlap its extents when...tables properties. doc = aw . Document ( file_name = MY_DIR + 'Table...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Bookmark.IsColumn | Aspose.Words for .NET

    Discover the IsColumn property. Easily identify if a bookmark represents a table column, enhancing your Document navigation and organization.... Document doc = new Document ( MyDir + "Table...

    reference.aspose.com/words/net/aspose.words/boo...
  7. Working with the ThreeDFormat of Shape or Chart...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/working-wi...
  8. WrapType | Aspose.Words for Java

    Specifies how text is wrapped around a shape or picture in Java.... Document doc = new Document(); DocumentBuilder...center of a page. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  9. HtmlSaveOptions.metafileFormat property | Aspos...

    HtmlSaveOptions.metafileFormat property. Specifies in what format metafiles are saved when exporting to HTML, MHTML, or EPUB...different format when saving HTML documents. let html = `<html> <svg xmlns='http://www...images loaded from an HTML document were converted to EMF. //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Delete Forms from PDF in C#|Aspose.PDF for .NET

    Remove Text based on subtype/form with Aspose.PDF for .NET library. Remove all forms from the PDF....code snippet creates a new Document object using an input variable...presented on page 2 of the document and checks for forms with...

    docs.aspose.com/pdf/net/remove-form/