Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 6,691 for

doc to png

(0.06 sec)
  1. Aspose::Words::Drawing::RelativeHorizontalPosit...

    Aspose::Words::Drawing::RelativeHorizontalPosition enum. Specifies To what the horizontal position of a shape or text frame is relative in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert the image into the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. PageSetup.PageWidth | Aspose.Words for .NET

    Discover the PageSetup PageWidth property To easily adjust page width in points, enhancing your Document layout for optimal presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert the image into the...

    reference.aspose.com/words/net/aspose.words/pag...
  3. FieldImport.SourceFullName | Aspose.Words for .NET

    Discover how To use the FieldImport SourceFullName property To easily manage image locations in your projects for enhanced organization and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two similar field...

    reference.aspose.com/words/net/aspose.words.fie...
  4. PdfSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PDF format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertHyperlink("Testlink"...

    reference.aspose.com/words/java/com.aspose.word...
  5. PageLayoutEvent | Aspose.Words for Java

    A code of event raised during page layout model build and rendering in Java....Exception { Document doc = new Document(); doc.getBuiltInDocumentPr()...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getLayoutOptions()...

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

    Implements the FOOTNOTEREF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Embedding images into RTF document - Free Suppo...

    Hi Aspose, I have had some success with your library so far, but I have run inTo one specific issue that is blocking progress on a project I am using this for. We are converting a combination of plain text and RTF data…...working with JPEG ( \jpegblip ), PNG ( \pngblip ), WMF ( \wmetafile8...the conversion works for JPEG, PNG, and WMF files. The sticking...

    forum.aspose.com/t/embedding-images-into-rtf-do...
  8. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This document...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldIncludeText | Aspose.Words for Java

    Implements the INCLUDETEXT field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways to use...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...