Sort Score
Result 10 results
Languages All
Labels All
Results 8,401 - 8,410 of 148,235 for

2

(0.16 sec)
  1. Draw geomtry to visio VSD document via Python |...

    Python source code to draw geomtry to visio vsd file within any Python based application....drawRectangle( 2 , 2 , 2 , 1 ) diagram.save( "outpath_with_filename"...

    products.aspose.com/diagram/python-java/drawing...
  2. Draw geomtry to visio VDX document via Python |...

    Python source code to draw geomtry to visio vdx file within any Python based application....drawRectangle( 2 , 2 , 2 , 1 ) diagram.save( "outpath_with_filename"...

    products.aspose.com/diagram/python-net/drawing/...
  3. Draw geomtry to visio VSSX document via Python ...

    Python source code to draw geomtry to visio vssx file within any Python based application....drawRectangle( 2 , 2 , 2 , 1 ) diagram.save( "outpath_with_filename"...

    products.aspose.com/diagram/python-java/drawing...
  4. Draw geomtry to visio VSDX document via Python ...

    Python source code to draw geomtry to visio vsdx file within any Python based application....drawRectangle( 2 , 2 , 2 , 1 ) diagram.save( "outpath_with_filename"...

    products.aspose.com/diagram/python-net/drawing/...
  5. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …...shown in 2 pages. alexey.noskov March 8, 2024, 7:05am 2 @ANDREA...alexey.noskov November 28, 2025, 2:18pm 7 @dfinsolutions Unfortunately...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  6. Stroke | Aspose.Words for Java

    Defines a stroke for a shape in Java....WHITE); // 2 - The stroke, which marks the...{ 0.7, 1.8, 2.6, 3.9 }, new double[] { 2.7, 3.2, 0.8, 1.7 });...

    reference.aspose.com/words/java/com.aspose.word...
  7. DOCX prompt on saving file created in .Net - Fr...

    Hey everyone! I am creating a docx file and it looks and prints fine but when trying to save the file I get a prompt. “Your document will be upgraded to the newest file format” How do I keep this from coming up? I am …...words-net bydavis November 5, 2025, 2:47pm 1 Hey everyone! I am creating...Discourse November 5, 2025, 2:48pm 2 @bydavis Summary When the...

    forum.aspose.com/t/docx-prompt-on-saving-file-c...
  8. Getting "Error: Index was out of range. Must be...

    Hi, I’m getting the “Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index(1)” error, similar to the errors mentioned in Error: Index was out of range. Must be non-n…...ali June 6, 2024, 7:09pm 2 @jdunning The error may be related...test this file (above) failed 2 times in 42 tries, using version...

    forum.aspose.com/t/getting-error-index-was-out-...
  9. Working with Z Archives | Aspose.Zip Documentation

    Java z API lets you work with creating and managing Unix Z archives in your applications without needing third-party applications. It provides various methods for operations on archives....txt" )) { 2 try (ZArchive archive = new ZArchive())...new ZArchive( "data.bin.Z" )) { 2 archive. extract ( "data.bin"...

    docs.aspose.com/zip/java/working-with-unix-z-ar...
  10. Working with Z Archives in C# | Aspose.Zip for ...

    C# z API lets you work with creating and managing unix Z archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on archives....Read)) 2 { 3 using (ZArchive archive =...new FileInfo( "data.bin.Z" ); 2 3 using (ZArchive archive = new...

    docs.aspose.com/zip/net/working-with-unix-z-arc...