Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 7,454 for

doc to png

(0.4 sec)
  1. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("My paragraph");...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert OneNote to Notable Markdown with Aspose...

    Learn how To convert Microsoft OneNote (.one) files To Notable Markdown (.md) using Aspose.Note for .NET. Step-by-step guide, code examples, and tips for seamless note format conversion....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/note/net/conversion/one-to-...
  3. MarkdownLoadOptions | Aspose.Words for Java

    Allows To specify additional options when loading LoadFormat.MARKDOWN Document inTo a Document object in Java....setPreserveEmptyLine(true); Document doc = new Document(new ByteArrayInputStream(mdText...assertEquals("\rLine1\r\rLine2\r\f", doc.getText()); Constructors Constructor...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Loading::LoadOptions::get_Preser...

    Aspose::Words::Loading::LoadOptions::get_PreserveIncludePictureField method. Gets or sets whether To preserve the INCLUDEPICTURE field when reading Microsoft Word formats. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto includePicture = System...

    reference.aspose.com/words/cpp/aspose.words.loa...
  5. FieldSet | Aspose.Words for Java

    Implements the SET field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Name bookmarked text with...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldNext | Aspose.Words for Java

    Implements the NEXT field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a data source for...

    reference.aspose.com/words/java/com.aspose.word...
  7. ImageData.fit_image_to_shape method | Aspose.Wo...

    ImageData.fit_image_To_shape method. Fits the image data To Shape frame so that the aspect ratio of the image data matches the aspect ratio of Shape frame.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert an image shape and...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldIncludePicture.graphic_filter property | A...

    FieldIncludePicture.graphic_filter property. Gets or sets the name of the filter for the format of the graphic that is To be inserted.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldIncludePicture.resize_vertically property ...

    FieldIncludePicture.resize_vertically property. Gets or sets whether To resize the picture vertically from the source.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are two similar field types...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Several TEXT Into Image C++

    Merge multiple TEXT inTo Image in C++ code. Save TEXT as Image using C++....want to merge Output format PNG BMP EMF GIF SVG TIFF JPG Select...TO HTML TEXT TO PDF TEXT TO PNG TEXT TO SVG TEXT TO WORD Čeština...

    products.aspose.com/words/cpp/merge/text-to-image/