Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 875 for

save visio as vss

(0.1 sec)
  1. Merge VSTM Files via Python | products.aspose.com

    Python sample code to combine VSTM documents within any Python bAsed application.... save the merged VSTM file at specified...dgrmF.combine(dgrmS); dgrmF.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-net/merger/v...
  2. Compress VSDX document via Java | products.aspo...

    Java source code to compress vsdx file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Load Visio file using Diagram class object...removeHiddenInformat function Call the save() method and pass the file name...

    products.aspose.com/diagram/java/compress/vsdx/
  3. Merge VSDM Files via Python | products.aspose.com

    Python sample code to combine VSDM documents within any Python bAsed application.... save the merged VSDM file at specified...dgrmF.combine(dgrmS); dgrmF.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-net/merger/v...
  4. Split VSDM Files via Python | products.aspose.com

    Python source code to Split vsdm file within any Python bAsed application....page via Copy method ) Call the save() method and pass the file name...getPages(). get ( 0 ).copy(page); dia.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-java/splitte...
  5. Split VSD Files via Python | products.aspose.com

    Python source code to Split vsd file within any Python bAsed application....page via [Copy method] Call the save() method and pass the file name...getPages(). get ( 0 ).copy(page); dia.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-net/splitter...
  6. Merge VTX Files via Python | products.aspose.com

    Python sample code to combine VTX documents within any Python bAsed application.... save the merged VTX file at specified...dgrmF.combine(dgrmS); dgrmF.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-net/merger/vtx/
  7. Watermark VSTX document via Python | products.a...

    Python sample code to add watermark to VSTX documents within any Python bAsed application....Page’s addText function Call the save() method and pass the file name... "#a5a5a5" , 0.25 ) diagram.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-java/waterma...
  8. Watermark VST document via Python | products.as...

    Python sample code to add watermark to VST documents within any Python bAsed application....Page’s addText function Call the save() method and pass the file name... "#a5a5a5" , 0.25 ) diagram.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/python-net/watermar...
  9. Add, Edit & Delete Annotation from VTX via Java...

    Java source code to annotate VTX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....remove the comment Call the save() method and pass the file name...Aspose.Diagram is a Microsoft Visio document format manipulation...

    products.aspose.com/diagram/java/annotation/vtx/
  10. Merge VDW Files via Java | products.aspose.com

    Java sample code to combine VDW documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... save the merged VDW file at specified...dgrmF.combine(dgrmS); dgrmF.save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/java/merger/vdw/