Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 11,615 for

doc to png

(0.09 sec)
  1. FieldFileSize - Aspose.Words for Java - API Ref...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java.... Document doc = new Document(getMyDir() + "Document...docx"); Assert.assertEquals(16222, doc.getBuiltInDocumentPr().getBytes());...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldIncludePicture.ResizeHorizontally | Aspose...

    FieldIncludePicture ResizeHorizontally property. Gets or sets whether To resize the picture horizontally from the source in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two similar field...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldIncludePicture.GraphicFilter | Aspose.Word...

    FieldIncludePicture GraphicFilter property. Gets or sets the name of the filter for the format of the graphic that is To be inserted in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two similar field...

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

    Implements the FILLIN field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a FILLIN field. When...

    reference.aspose.com/words/java/com.aspose.word...
  5. 22.1 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 22.1 Release Notes – the latest updates and fixes....exporting from DOCX to PDF, DOC or RTF Bug WORDSNET-22127 Heading...; set ; } Use Case: Document doc = new Document ( "input.docx"...

    docs.aspose.com/words/net/aspose-words-for-net-...
  6. fieldset - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Name bookmarked text with...

    reference.aspose.com/words/java/com.aspose.word...
  7. OoxmlSaveOptions Class | Aspose.Words for .NET

    Aspose.Words.Saving.OoxmlSaveOptions class. Can be used To specify additional options when saving a Document inTo the Docx Docm Dotx Dotm or FlaTopc format in C#....files used when saving to a DOC or DOCX file. By default this...document to adhere to. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ImageFieldMergingArgs.ImageWidth | Aspose.Words...

    ImageFieldMergingArgs ImageWidth property. Specifies the image width for the image To insert inTo the Document in C#....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  9. ImageFieldMergingArgs.Image | Aspose.Words for ...

    ImageFieldMergingArgs Image property. Specifies the image that the mail merge engine must insert inTo the Document in C#....MergeFieldImages () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Vectorize text - font issue - Free Support Foru...

    We are evaluating the SVG library. We are dynamically adding text To an SVG. Now, we want To vecTorize the text so, it’s “embedded” in the graphic. Quickly, I tried the online vecTorize and the font was not honored. …...the below code snippet: var doc = new Aspose.Svg.SVGDocument(dataDir...options.VectorizeText = true; doc.Save(dataDir + "svg-with-live-text_true...

    forum.aspose.com/t/vectorize-text-font-issue/24...