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

convert document

(0.07 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportHeadersFootersMode method. Specifies how headers and footers are output to HTML, MHTML or EPUB. Default value is PerSection for HTML/MHTML and None for EPUB in C++....saving a document to HTML. auto doc = MakeObject < Document > ( MyDir...footer types.docx" ); // This document contains headers and footers...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetOpaqueBoundsInPixels method. Calculates the opaque bounds of the shape in pixels for a specified zoom factor and resolution in C++....dpi float The resolution to convert from points to pixels (dots...pixels. Remarks This method converts OpaqueBoundsInPoints into...

    reference.aspose.com/words/cpp/aspose.words.ren...
  3. HtmlSaveOptions.export_headers_footers_mode pro...

    HtmlSaveOptions.export_headers_footers_mode property. Specifies how headers and footers are output to HTML, MHTML or EPUB...when saving a document to HTML. doc = aw . Document ( file_name...footer types.docx' ) # This document contains headers and footers...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontInfo.get_embedded_font_as_open_type method ...

    FontInfo.get_embedded_font_as_open_type method. Gets an embedded font file in OpenType format...Embedded OpenType format are converted to OpenType. def get_embe...extract an embedded font from a document, and save it to the local...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.fill property | Aspose.Words for Python

    Font.fill property. Gets fill formatting for the [Font](../).... Examples Shows how to convert any of the fills back to solid...solid fill. doc = aw . Document ( file_name = MY_DIR + 'Two color...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.style_name property | Aspose.Words for Python

    Font.style_name property. Gets or sets the name of the character style applied to this formatting.... Document () builder = aw . DocumentBuilder..."Intense Emphasis" style' ) # Convert all uses of one style to another...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Insert Bullets in Word using C#

    Follow this article to insert bullets in Word using C#. It has the details for IDE, steps, and a sample code for creating Microsoft Word bullet points using C#....a new World file using the Document class object to add bullets...snippet demonstrates adding Word document bullets using C# . We have...

    kb.aspose.com/words/net/insert-bullets-in-word-...
  8. AposePDF.Net Linux - Free Support Forum - aspos...

    I try to realize a Poc on linux , and when use this code using var Document = new Aspose.Pdf.Document(pdfFile); var pngDevice = new Aspose.Pdf.Devices.JpegDevice() { }; …...code using var document = new Aspose.Pdf.Document(pdfFile); var...Create); // Convert page to PNG image pngDevice.Process(document.Pages[1]...

    forum.aspose.com/t/aposepdf-net-linux/311150
  9. Pdf to html after conversion problem - Free Sup...

    pdf to html conversion not providing appropriate result. Please see the attached snapshot and below is code of conversions. function Convertfile($fileName, $type, $newFileName) { $typePath = $this->typeToPath($typ…...cation = $dir; $doc = new Document(""); $doc->productURI(); $mainDocumentFile...$file_name. ‘.html’; //create Document object $result = $doc->co...

    forum.aspose.com/t/pdf-to-html-after-conversion...
  10. DocumentPartSavingArgs Class | Aspose.Words for...

    Discover the Aspose.Words.Saving.DocumentPartSavingArgs class, essential for enhancing Document processing with customizable saving options and efficient callbacks....more, visit the Save a Document documentation article. public class...Description Document { get; } Gets the document object that is...

    reference.aspose.com/words/net/aspose.words.sav...