Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 66,074 for

paths

(0.23 sec)
  1. 使用 Python 调整 PDF 大小 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式调整 PDF 文档的大小。...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/zh-hans/python-net/resize/
  2. Convertire un file HTML in XPS utilizzando Pyth...

    Codice di esempio su Python per la conversione da HTML a XPS. Usa il codice di esempio per la conversione batch da HTML a XPS con Python e .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/it/python-net/conversio...
  3. Convertire un file HTML in DOC utilizzando Pyth...

    Codice di esempio su Python per la conversione da HTML a DOC. Usa il codice di esempio per la conversione batch da HTML a DOC con Python e .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/it/python-net/conversio...
  4. Convertire un file EPS in PDF utilizzando Pytho...

    Codice di esempio su Python per la conversione da EPS a PDF. Usa il codice di esempio per la conversione batch da EPS a PDF con Python e .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/it/python-net/conversio...
  5. 通过C++和Node.js从工作簿中提取OLE对象|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....require ( "fs" ); const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  6. Konvertieren von SVG in PDF in Python – Aspose....

    Konvertieren Sie SVG in PDF mit der Aspose.HTML Python-Bibliothek. Lernen Sie anhand von Python-Beispielen die Konvertierung von SVG in PDF....define paths 8 output_dir = "output/" 9 if not os. path . exists...makedirs (output_dir) 11 save_path = os. path . join (output_dir, "circles...

    docs.aspose.com/html/de/python-net/convert-svg-...
  7. Différentes façons d’enregistrer des fichiers a...

    Aspose.Cells for C++ peut enregistrer des fichiers dans différents formats. Enregistrer en PDF. Enregistrer en HTML. Enregistrer en DOCX. Enregistrer en PPTX. Enregistrer en JSON. Enregistrer en MHTML....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/fr/cpp/different-ways-to-...
  8. Trouble converting a DWG to PDF - Free Support ...

    I have a project to convert DWG drawings to PDFs as needed. The process will need to completed in a desktop environment as well as web environment. Using the Aspose.CAD .NET v26.1.0. I created C# .NET dll that will conve…...{ try { string lic = Path.Combine(Path.GetDirectoryName(General...output = new FileInfo(System.IO.Path.Combine(outputDir, newName));...

    forum.aspose.com/t/trouble-converting-a-dwg-to-...
  9. Come convertire HTML in PDF con Node.js tramite...

    Questo argomento mostra come convertire HTML in PDF e MHTML in PDF usando Aspose.Cells for Node.js via C++....node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/it/nodejs-cpp/convert-htm...
  10. Найти тип X и Y значений точек в серии диаграмм...

    Узнайте, как определить тип X и Y значений в точках серии диаграммы, используя Aspose.Cells for Node.js via C++. Наше руководство объясняет типы данных и как получить доступ к ним и работать с ними в ваших диаграммах....Образец кода const path = require ( "path" ); const AsposeCells..."aspose.cells.node" ); // The path to the documents directory....

    docs.aspose.com/cells/ru/nodejs-cpp/find-type-o...