Sort Score
Result 10 results
Languages All
Labels All
Results 3,891 - 3,900 of 67,393 for

path

(0.09 sec)
  1. 如何使用 C# 创建 PDF|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。...CreateHelloWorldDocu () { // The path to the documents directory var...CreateSearchableDocu () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/create-pdf-document/
  2. 将 HTML 转换为 JPG – C# 示例和在线转换器

    使用 Aspose.HTML for .NET 将 HTML 转换为 JPG。在 C# 示例中考虑各种 HTML 到 JPG 的转换情况。尝试在线 HTML 转换器。... Jpeg ), Path. Combine (OutputDir, "convert-with-single-line...JPG using C# 2 3 // Prepare a path to a source HTML file 4 string...

    docs.aspose.com/html/zh/net/convert-html-to-jpg/
  3. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++....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-images-f...
  4. Cell 25.4 如何修改透视表面积图的配色? - Free Support Forum -...

    image.jpg (141.8 KB) 如何设置能使透视表的面积图切换成这种单色模式?...以下代码展示了如何修改一个面积图的背景颜色: path = ""; Workbook wb = new Workbook(path + "Test.xlsx");...ForegroundColor = Color.Red; wb.Save(path + "Output.xlsx"); Test.zip (10...

    forum.aspose.com/t/cell-25-4/315444
  5. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/convert-visio-to...
  6. Working with Shapes Gluing|Documentation

    This section explains how to get shapes which glued to a particular shape with Aspose.Diagram....NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/net/working-with-shapes...
  7. Sign PDF Documents from a Smart Card in Python|...

    Learn how to sign PDF documents with smart cards and external certificates in Python....card: import sys from os import path import aspose.pdf as ap import...verification. import sys from os import path import aspose.pdf as ap import...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  8. Extract Tagged Content from PDFs in Python|Aspo...

    Learn how to extract tagged PDF content in Python with Aspose.PDF for Python via .NET, including access to tagged content, root structure, and child structure elements....cast import sys from os import path # region Extract Tagged Content...cast import sys from os import path def get_root_structure ( outfile...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  9. Mht to pdf - exception - Cannot invoke "java.la...

    language java 21 library aspose-html 25.2.2 During conversion from mht to pdf, exception is thrown Cannot invoke "java.lang.Long.longValue()" because the return value of "com.aspose.html.HTMLCanvasElement.a(java.lang…...FileInputStream("path/to/your/sample.mht")) { // Create...the output file path String outputFile = "path/to/your/output...

    forum.aspose.com/t/mht-to-pdf-exception-cannot-...
  10. Insert PDF pages|Aspose.PDF for Java

    This section explains how to insert PDF pages with com.aspose.pdf.facades using PdfFileEditor class....Between Two Numbers Using File Paths A particular range of pages...insertPdfPagesBetwee () { // The path to the documents directory String...

    docs.aspose.com/pdf/java/insert-pdf-pages/