Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 351,096 for

document

(0.16 sec)
  1. Aspose::Words::Saving::SaveOptions::get_Default...

    Aspose::Words::Saving::SaveOptions::get_DefaultTemplate method. Gets or sets path to default template (including filename). Default value for this property is empty string in C++....set a default template for documents that do not have attached...MakeObject < Aspose :: Words :: Document > (); // Enable automatic...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Developer Guide Working with PS Document Working with Transparency...transparency in PS document Adding transparency to PS documents is pretty...

    docs.aspose.com/page/python-net/ps/working-with...
  3. PclSaveOptions.RasterizeTransformedElements | A...

    Control rasterization of complex elements in PCL Documents with PclSaveOptions. Easily manage image quality and file size for optimal results....rasterized before saving to PCL document. Default is true . public...as compared with the source document. Examples Shows how to rasterize...

    reference.aspose.com/words/net/aspose.words.sav...
  4. HtmlFixedSaveOptions.OptimizeOutput | Aspose.Wo...

    Optimize your HTML output with the HtmlFixedSaveOptions property. Enhance performance by removing redundant canvases and merging similar glyphs. Default, true....Examples Shows how to simplify a document when saving it to HTML by...redundant objects. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Style.next_paragraph_style_name property | Aspo...

    Style.next_paragraph_style_name property. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style....automatically when you edit the document in MS Word. Examples Shows...access a document’s style collection. doc = aw . Document () self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.InsertImage | Aspose.Words for ...

    Effortlessly enhance your Documents with DocumentBuilder's InsertImage method, allowing seamless insertion of .NET images at full scale for stunning visuals....NET Image object into the document. The image is inserted inline...The image to insert into the document. Return Value The image node...

    reference.aspose.com/words/net/aspose.words/doc...
  7. C# API to Export EML to SVG | products.aspose.com

    Convert EML to SVG without using Microsoft Word or Outlook on .NET...high-quality SVG images from HTML documents. Aspose.Total for .NET is...HTML by using Document class Save the document to SVG format...

    products.aspose.com/total/net/conversion/eml-to...
  8. C# API to Export EMLX to EPUB | products.aspose...

    Convert EMLX to EPUB without using Microsoft Word or Outlook on .NET...HTML by using Document class Save the document to EPUB format...instance of Document Document document = new Document ( "HtmlOutput...

    products.aspose.com/total/net/conversion/emlx-t...
  9. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....Words Document Object Model (DOM) documentation article. Remarks:...Remarks: In Microsoft Word documents, a tab stop can be defined...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...