Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 7,455 for

doc to png

(0.23 sec)
  1. Several TEXT Into JPG Java

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

    products.aspose.com/words/java/merge/text-to-jpg/
  2. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE field in Java.... Document doc = new Document(getMyDir() + "Document...builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...

    reference.aspose.com/words/java/com.aspose.word...
  3. RtfLoadOptions | Aspose.Words for Java

    Allows To specify additional options when loading LoadFormat.RTF Document inTo a Document object in Java....ecognizeUtf8Text); Document doc = new Document(getMyDir() + "UTF-8...\r" + " \u201a , ¢, £, ¥, ¤", doc.getFirstSection().getBody().getText()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert SVG to PDF in C# – Aspose.SVG for .NET

    Learn how To convert SVG To PDF programmatically or online and consider C# examples of SVG To PDF conversions using Aspose.SVG for .NET....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/svg/net/convert-svg-to-pdf/
  5. 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...
  6. OoxmlCompliance | Aspose.Words for Java

    Allows To specify which OOXML specification will be used when saving in the DocX format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two wrapping types...

    reference.aspose.com/words/java/com.aspose.word...
  7. ShapeMarkupLanguage Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeMarkupLanguage enum, defining shape markup languages for enhanced Document formatting and design flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/net/aspose.words.dra...
  8. FieldGoToButton | Aspose.Words for Java

    Implements the GOToBUTToN field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add a GOTOBUTTON field....

    reference.aspose.com/words/java/com.aspose.word...
  9. 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...
  10. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...