Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 3,051 for

doc to emf

(1.12 sec)
  1. ImageFieldMergingArgs.ImageWidth | Aspose.Words...

    Adjust the ImageWidth in ImageFieldMergingArgs To seamlessly insert images inTo your Documents, enhancing visual appeal and layout....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  2. XlsxSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.XLSX format in Java.... Document doc = new Document(getMyDir() + "Shape...setSaveFormat(SaveFormat.XLSX); doc.save(getArtifactsDir() + "XlsxSaveOptions...

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

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PS format in Java.... Document doc = new Document(getMyDir() + "Paragraphs...BookFoldPrinting". for (Section s : doc.getSections()) { s.getPageSetup()...

    reference.aspose.com/words/java/com.aspose.word...
  4. OdtSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.ODT or SaveFormat.OTT format in Java.... Document doc = new Document(getMyDir() + "Rendering...isStrictSchema11(exportToOdt11Specs); } doc.save(getArtifactsDir() + "OdtSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. Merger.merge_streams method | Aspose.Words for ...

    aspose.words.lowcode.Merger.merge_streams method...output format is an image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP)...output format is an image (BMP, EMF, EPS, GIF, JPEG, PNG, or WebP)...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageSaveOptions.saveFormat property | Aspose.W...

    ImageSaveOptions.saveFormat property. Specifies the format in which the rendered Document pages or shapes will be saved if this save options object is used...Emf , SaveFormat.Eps , SaveFormat...converts a document to one. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a Document, and export them To an external location using Python....image, such as EMF by specifying the SaveFormat.EMF . The code example...illustrates rendering a shape to an EMF image separately from document...

    docs.aspose.com/words/python-net/rendering-shap...
  8. XpsSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.XPS format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert headings that can...

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

    Class To specify additional options when saving a Document inTo the SaveFormat.MARKDOWN format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...callback will be run at this time. doc.save(getArtifactsDir() + "MarkdownSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  10. PclSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.PCL format in Java.... Document doc = new Document(getMyDir() + "Rendering...setRasterizeTransfor(true); doc.save(getArtifactsDir() + "PclSaveOptions...

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