Sort Score
Result 10 results
Languages All
Labels All
Results 8,871 - 8,880 of 61,481 for

path

(0.25 sec)
  1. Generic GDI error on PDF to TIFF conversion - F...

    I have a generic GDI exception on a vector PDF, I attach it, my code is: Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(streamInput); bool IsLandscape = IsPageLandscape(pdfDocument.Pages.First()); var book…...Correct Output Path : Verify that the output path for the TIFF...

    forum.aspose.com/t/generic-gdi-error-on-pdf-to-...
  2. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Startup (); // Source directory path U16String srcDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  3. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....Startup (); // Source directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  4. Add TOC to Existing PDF in Ruby|Aspose.PDF for ...

    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.... Ruby Code # The path to the documents directory ...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  5. HtmlSaveOptions.fonts_folder_alias property | A...

    HtmlSaveOptions.fonts_folder_alias property. Specifies the name of the folder used to construct font URIs written into an HTML document...will be written to HTML without path regardless of other options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ImageData::get_SourceFu...

    Aspose::Words::Drawing::ImageData::get_SourceFullName method. Gets or sets the Path and name of the source file for the linked image in C++....ame method Gets or sets the path and name of the source file...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...write(Paths.get("/Users/pizhai/Downloads/report_0...Document document = new Document("path/to/your/document.docx", loadOptions);...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  8. Process Excel Files in Go (Golang) Using Aspose...

    How to quickly integrate Aspose.Cells for Go via C++ for Excel operations... go mod tidy Set your PATH to point to the shared libraries...you are running. $env:Path = $env:Path+ ";${env:GOPATH}\github...

    blog.aspose.com/cells/process-excel-files-in-go...
  9. Markdown Header – C# Code Examples

    Code for creating Markdown Header in C#. Use the Aspose.HTML for .NET library to create Markdown from scratch and open, parse, or edit MD files....Prepare a path for MD file saving string savePath = Path.Combine(OutputDir...Markdown Header // Specify the path to the source MD file var input...

    products.aspose.com/html/net/markdown-header/
  10. Convert VTX to BMP via C# | products.aspose.com

    Sample code for VTX to BMP C# conversion. Use API example code for batch VTX files to BMP conversion within VB.NET, Asp.NET or any .NET based application....Save method with output file path and SaveFileFormat.BMP as parameters...will be saved at the specified path System Requirements Before running...

    products.aspose.com/diagram/net/conversion/vtx-...