Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 65,794 for

path

(0.49 sec)
  1. 添加图像和文本|Aspose.PDF for .NET

    本节解释如何使用 PdfFileMend 类添加图像和文本。...void AddImage01 () { // The path to the documents directory var...void AddImage02 () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/adding-images-and-te...
  2. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  3. Visio File Developer NET C# | products.aspose.com

    C# source code to develop in visio file on .NET Framework, .NET Core, Mono Platforms....(or->Load the Visio file with full path.) Select Page via its index...

    products.aspose.com/diagram/net/developer/
  4. License|Documentation

    Using the License class in Aspose.LLM for .NET....lic" ); You can pass a file path or a stream. See Licensing in...

    docs.aspose.com/llm/net/developer-reference/lic...
  5. Aspose Cdr to Pdf convertion Heap Error - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java…...printStackTrace(); } // Path to the input CDR file String...oads\\Holy Snake d.cdr"; // Path to the output PDF file String...

    forum.aspose.com/t/aspose-cdr-to-pdf-convertion...
  6. JasperReports Barcode Generator | Aspose.BarCod...

    Generate and display barcodes in JasperReports and JasperServer. Use a Java-based extension (single JAR) to render 1D and 2D barcodes to PNG, JPEG, TIFF, BMP, GIF, plus SVG and EMF.... setPatternFilePath ( path + "builder-params1.jrxml" );...template path + output PDF path String patternFilePath = path + "builder-params1...

    products.aspose.com/barcode/jasperreports/
  7. Read Barcodes from PDF Documents|Documentation

    How to Recognize Barcodes from PDF Files... Document ( $"{path}PDFDocumentWithPdf41.pdf" ))...Aspose . Pdf . Document ( $"{path}PDFDocumentWithPdf41.pdf" ))...

    docs.aspose.com/barcode/net/read-barcode-from-p...
  8. 使用窗口元素|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....Diagram-for-Java // The path to the documents directory....ose.Diagram-for-Java // The path to the documents directory....

    docs.aspose.com/diagram/zh/java/working-with-wi...
  9. Java Virtual threads : sometimes results in com...

    Hi – We’ve discovered that using a ExecutorService of virtual threads, will sometimes lead to exception : “com.aspose.words.FileCorruptedException: The document appears to be corrupted and cannot be loaded.” gist of th…..."/tmp/docs/"; Set<Path> files = Files.list(Path.of(docsFolder))...repeat < 30; ++repeat) { for (Path docPath : files) { log.info("doc:...

    forum.aspose.com/t/java-virtual-threads-sometim...
  10. Convert PDF to Excel in C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to convert PDF to Excel format using C++. During this, the individual pages of the PDF file are converted to Excel worksheets....std :: endl ; // String for path name String _dataDir ( "C: \\...std :: endl ; // String for path name String _dataDir ( "C: \\...

    docs.aspose.com/pdf/cpp/convert-pdf-to-excel/