Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 61,067 for

paths

(0.18 sec)
  1. Working with Transparency in XPS file | Python

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...###### 7 ########## 8 9 # The path to the documents directory....transparency 15 doc. add_path (doc. create_path_geometry ( "M120,0...

    docs.aspose.com/page/python-net/xps/working-wit...
  2. Trabajar con transparencia en un archivo XPS | ...

    Cómo trabajar con la transparencia de un archivo XPS es una pregunta respondida por la solución Aspose.Page. Vea cómo utilizar la funcionalidad en Python....documento XPS: Copy 1 # The path to the documents directory....transparency 7 doc. add_path (doc. create_path_geometry ( "M120,0...

    docs.aspose.com/page/es/python-net/xps/working-...
  3. Travailler avec Gradient dans un fichier XPS | ...

    Comment ajouter un dégradé vertical, horizontal ou linéaire à un fichier XPS est une question à laquelle répond la solution API Aspose.Page.... Le résultat Copy 1 # The path to the documents directory....248), 1)) 13 # Create a new path by defining geometery in an...

    docs.aspose.com/page/fr/python-net/xps/working-...
  4. CadLwPolyline Coordinates including (0,0) cause...

    Any CadLwPolyline with a coordinate of 0,0 ignores that point as valid coordinate. You can use the following example from another post to view the issue. This will render a triangle rather than a rectangle. using (Cad…...CadEdgeBoundaryPath path = new CadEdgeBoundaryPath(); path.Objects = new...new List(); path.Objects.Add(new CadBoundaryPathLine() { FirstPoint...

    forum.aspose.com/t/cadlwpolyline-coordinates-in...
  5. Python.NETを使用してExcelファイルに保存される有効桁数を指定する方法|Docum...

    Aspose.Cells for Python via .NET APIを使用して、Excelファイルに格納されている有効数字の制御方法を学びます。...Workbook , CellsHelper # The path to the documents directory....current_dir = os . path . dirname ( os . path . abspath ( __file__...

    docs.aspose.com/cells/ja/python-net/specifying-...
  6. Creating, Opening and Saving Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....be created setting an output path or by setting a stream . Both...Creating an Image by Setting a Path Create an object of any desired...

    docs.aspose.com/imaging/java/creating-opening-a...
  7. Node.jsを使ってC++経由でファイルを読み込み自動的に行の高さを調整する。|Docume...

    ファイルの読み込み時に高さがカスタマイズされていない行を収まるようにフィットさせる方法を学びます。Aspose.Cells for Node.js via C++を使用します。...jsサンプルコード const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/ja/nodejs-cpp/autofit-row...
  8. PDF do PDFA Scalanie przy użyciu Python | Aspos...

    Połącz dwa lub więcej dokumentów PDF w jeden plik PDFA programowo z przykładowym kodem Python przy użyciu pliku Aspose.PDF dla Python for .NET...apdf from os import path path_infiles = [ path . join ( self . data_dir...infile in infiles ] path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/pl/python-net/merger/pd...
  9. PDF do DOC Scalanie przy użyciu Python | Aspose...

    Połącz dwa lub więcej dokumentów PDF w jeden plik DOC programowo z przykładowym kodem Python przy użyciu pliku Aspose.PDF dla Python for .NET...FileIO from os import path path_infiles = [ path . join ( self . data_dir...infile in infiles ] path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/pl/python-net/merger/pd...
  10. Edit PDF using Python | Aspose.PDF

    Еdit PDF document programmatically with Python sample code using Aspose.PDF for Python for .NET...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/editor/