Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 875 for

save visio as vss

(0.12 sec)
  1. Merge VSDX Files via Python | products.aspose.com

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

    products.aspose.com/diagram/python-java/merger/...
  2. Watermark VTX document via Python | products.as...

    Python sample code to add watermark to VTX 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...
  3. Split VDW Files via Python | products.aspose.com

    Python source code to Split vdw 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...
  4. Split VDW Files via Python | products.aspose.com

    Python source code to Split vdw 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...
  5. Watermark VSDX document via Python | products.a...

    Python sample code to add watermark to VSDX 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...
  6. Merge VSX Files via Python | products.aspose.com

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

    products.aspose.com/diagram/python-net/merger/vsx/
  7. Compress VTX document via Python | products.asp...

    Python source code to compress vtx file within any Python bAsed application.... Load Visio file using Diagram class object...removeHiddenInformat function Call the save() method and pass the file name...

    products.aspose.com/diagram/python-java/compres...
  8. Compress VTX document via Python | products.asp...

    Python source code to compress vtx file within any Python bAsed application.... Load Visio file using Diagram class object...remove_hidden_information function Call the save() method and pass the file name...

    products.aspose.com/diagram/python-net/compress...
  9. Merge VST Files via .NET | products.aspose.com

    C# source code to combine VST documents on .NET Framework, .NET Core, Mono or COM Interop.... Call the Save() method and pass the file name...vst" ); dgF.Combine(dgS); dgF.Save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/net/merger/vst/
  10. Merge VSSX Files via .NET | products.aspose.com

    C# source code to combine VssX documents on .NET Framework, .NET Core, Mono or COM Interop.... Call the Save() method and pass the file name...vssx" ); dgF.Combine(dgS); dgF.Save( "outpath_with_filename" , Aspose...

    products.aspose.com/diagram/net/merger/vssx/