Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 61,026 for

path

(0.09 sec)
  1. Aspose.words PDF creation using html is blockin...

    Issue Description We are using Aspose.Words for .NET version 25.x to generate PDF files from HTML content. The HTML content includes image Paths that point to files located on an Azure File Share. However, we are experi…...HTML content includes image paths that point to files located...(rather than referencing them by path) to avoid file locks? Technical...

    forum.aspose.com/t/aspose-words-pdf-creation-us...
  2. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023....ReplaceTextInPdfForm () { // The path to the documents directory var...DeleteSpecifiedForm1 () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/whatsnew/2023/
  3. Working with Images in XPS file | Python

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...###### 6 ########## 7 8 # The path to the documents directory....an Image 13 path = doc. add_path (doc. create_path_geometry (...

    docs.aspose.com/page/python-net/xps/working-wit...
  4. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  5. 在 Python 中渲染 HTML – Aspose.HTML for Python via ...

    通过 .NET API,使用 Aspose.HTML for Python 中的 HtmlRenderer、SvgRenderer、MhtmlRenderer 和 EpubRenderer 类渲染 HTML、SVG、MHTML 和 EPUB。...Prepare path to the source HTML file 16 document_path = os. path...= ah. HTMLDocument (document_path) 20 21 # Create an instance...

    docs.aspose.com/html/zh/python-net/renderers/
  6. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of the first source excel file...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  7. 使用 C++ 禁用数据透视表功能区|Documentation

    学习如何使用 Aspose.Cells for C++ 禁用 Excel 文件中的数据透视表工具栏。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/disable-pivot-tabl...
  8. Manipulating TIFF 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....compression, user has to pass the file path location or stream object to...Alpha, user has to pass the file path location or stream object to...

    docs.aspose.com/imaging/python-net/manipulating...
  9. Strict validation closes stream - Free Support ...

    Hi I can use the same stream for both Document and PdfFileInfo, but not if I set UseStrictValidation=true, then the stream seems to be closed which was not expected. By design or a bug? If by design I have to have two …...the crash String filepath = "<path to some pdf>"; using (MemoryStream...examples: String filepath = "<path to some pdf>"; using (MemoryStream...

    forum.aspose.com/t/strict-validation-closes-str...
  10. Table cell list format changed after insert new...

    The code: String Path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document main = new Document(Path + "794084228810694656.docx"); Document cover = new Document(Path + "竖版签批.docx"); Document target = (Document) main.deepClo…...2026, 7:42am 1 The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\";...Document main = new Document(path + "794084228810694656.docx");...

    forum.aspose.com/t/table-cell-list-format-chang...