Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 60,712 for

path

(0.15 sec)
  1. How to remove Underline Annotation using .NET |...

    Source code on C# to remove Underline annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Path . Combine ( _dataDir , "sample_Underline...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Underline_del...

    products.aspose.com/pdf/net/annotation/underlin...
  2. How to remove Polyline Annotation using C++ | A...

    Source code to remove Polyline annotations in PDF file on any platform with C++ language... Path . Combine ( _dataDir , "sample_Polyline...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Polyline_del...

    products.aspose.com/pdf/cpp/annotation/polyline...
  3. Link Cells to XML Map Elements|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....Cell Areas Mapped to XML Map Path using Worksheet.XmlMapQuery...

    docs.aspose.com/cells/net/link-cells-to-xml-map...
  4. PDF rendering with Chinese fonts extremely slow...

    Hello, I’m encountering a performance issue when rendering a PDF using the Aspose.PDF library. When the document contains Chinese Simplified (zh-CN) or Chinese Traditional (zh-TW) text, I set: pdfDocument.OptimizeResou…..._languageCode switch { "ct" => LoadFont(Path.Combine(_fontsFolder, "NotoSansTC-Light..."NotoSansTC-Light.otf")), "cs" => LoadFont(Path.Combine(_fontsFolder, "NotoSansSC-Light...

    forum.aspose.com/t/pdf-rendering-with-chinese-f...
  5. 指定在输出 PDF 和图片中如何交叉字符串,由 C++ 实现|Documentation

    学习如何使用 Aspose.Cells for C++ 控制 PDF 和图片输出中的文本溢出。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/specify-how-to-cro...
  6. Extract certificate from PDF on docker - Free S...

    Hello, I am trying to extract a user certificate from a signed pdf. Everything is fine when I do it in windows but when I do it in docker the certificate that is extracted from the user signature is not the user certif…...the path to your PDF document string inputFilePath = "path/to...

    forum.aspose.com/t/extract-certificate-from-pdf...
  7. 获取按钮选项值|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 的 Form 类获取按钮选项值。...GetButtonOptions () { // The path to the documents directory var...GetCurremtButtonOpti () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/get-button-option-va...
  8. Converting Worksheet to Image in Python|Documen...

    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....#Instantiate a workbook with path to an Excel file book = self...

    docs.aspose.com/cells/java/converting-worksheet...
  9. Convert PDF to SVG Format in Ruby|Aspose.PDF fo...

    Find out how to convert PDF files to SVG format using Ruby and Aspose.PDF, enabling scalable and editable vector graphics.... Ruby Code # The path to the documents directory ...

    docs.aspose.com/pdf/java/convert-pdf-to-svg-for...
  10. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...static void AddText () { // The path to the documents directory var...LoadingFontFromStrea () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/