Sort Score
Result 10 results
Languages All
Labels All
Results 7,771 - 7,780 of 69,802 for

path

(0.35 sec)
  1. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...Words font search path, e.g.: FontSettings.getDefaultInstance()...getDefaultInstance().setFontsFolder("/path/to/fonts", true); Try the conversion...

    forum.aspose.com/t/word-saveto-pdf/322091
  2. Decorate Form Field in PDF|Aspose.PDF for .NET

    Explore how to decorate form fields in a PDF document, adding visual enhancements like borders, in .NET with Aspose.PDF....void DecorateField () { // The path to the documents directory var...void DecorateField2 () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/decorate-form-field/
  3. Word转pdf,报错 - Free Support Forum - aspose.com

    使用最新版本25.7、25.8,word转pdf,报错,错误信息: error: addition of a duplicate key to a dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。 测试文件: 123.docx (550.1 KB) 代码: Document doc = new Document(“doc to pdf.docx”); doc.save(“doc …...Document doc = new Document("path/to/your/document.docx"); PdfSaveOptions...Pdf17 // 或其他合规性选项 }; doc.Save("path/to/output/document.pdf", saveOptions);...

    forum.aspose.com/t/word-pdf/316940
  4. Merge PPSX Files using .NET | products.aspose.com

    C# source code to combine PPSX documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the PPSX files with full path. Make one document as the base...and pass the file name (full path) and format (PPSX) as a parameter...

    products.aspose.com/slides/net/merger/ppsx/
  5. Merge PPSM Files using .NET | products.aspose.com

    C# source code to combine PPSM documents on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....all the PPSM files with full path. Make one document as the base...and pass the file name (full path) and format (PPSM) as a parameter...

    products.aspose.com/slides/net/merger/ppsm/
  6. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....the recognized image by file path: string file = "source.png"...you can specify the full image path (for example, string file =...

    docs.aspose.com/ocr/cpp/hello-world/
  7. 保护和取消保护工作簿|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....//Specify the template excel file path. string myPath = @"d:\test\MyBook...//Specify the template excel file path. string myPath = @"d:\test\MyBook...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  8. AsposeFontConvertToWOFF | Node.js

    Convert fonts into woff format. Reliable Node.js via C++ library for font conversion from Aspose.Font....*Replace path/to/your/font.eot with the actual path to your font...

    docs.aspose.com/font/nodejs-cpp/convert-font/as...
  9. 在现有PDF中操作表格|Aspose.PDF for .NET

    学习如何使用Aspose.PDF for .NET处理现有PDF中的表格,提供文档修改的灵活性。...ManipulateTable () { // The path to the documents directory var...void ReplaceTable () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/manipulate-tables-in...
  10. 将圆形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将圆形对象创建到您的PDF中。...static void Circle () { // The path to the document directory var...void CircleFilled () { // The path to the document directory var...

    docs.aspose.com/pdf/zh/net/add-circle/