Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 65,917 for

path

(0.19 sec)
  1. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...docx" with the path to your Word document and "output...pdf" with the desired output path for the PDF. Next Steps Implement...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  2. FieldFileName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFileName class, designed to simplify FILENAME field implementation for seamless document automation....whether to include the full file path name. IsDirty { get; set; }...not its full local file system path. // We can set a flag to make...

    reference.aspose.com/words/net/aspose.words.fie...
  3. 从 PDF 文件中移除签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类从 PDF 文件中移除签名。...RemoveSignature () { // The path to the documents directory var...RemoveSignatureButKe () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/remove-signature-fro...
  4. Working with Layers|Documentation

    This section explains how to add or get layer information in a visio 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-layers/
  5. Sandboxing – Secure Code Execution – Aspose.HTM...

    Learn how to use sandbox flags and create a sandbox environment where the C# application runs using Aspose.HTML for .NET....constructor that takes the HTML file path and the configuration instance...document = new HTMLDocument(Path. Combine (DataDir, "document-with-scripts...

    docs.aspose.com/html/net/sandboxing/
  6. Reading Color-Inverted Barcodes|Documentation

    Learn how to enable and use InverseImageMode to read barcodes on color-inverted (white-on-black) images in Aspose.BarCode for Java....below, folderPath represents the path where you store test images...BarCodeReader configuration (path + DecodeType ) and then enable...

    docs.aspose.com/barcode/java/developer-guide/ba...
  7. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents using C# or VB.NET. Verify, or validate the digitally sign PDFs using C# or VB.NET....void SignDocument () { // The path to the documents directory var... string password ) { // The path to the documents directory var...

    docs.aspose.com/pdf/net/digitally-sign-pdf-file/
  8. Convert SVG to JPG in Python – Aspose.HTML

    Convert SVG to JPG using the Aspose.HTML Python library. Learn about ImageSaveOptions and consider Python code examples for converting SVG to JPG....define paths 9 output_dir = "output/" 10 if not os. path . exists...makedirs (output_dir) 12 save_path = os. path . join (output_dir, "circle...

    docs.aspose.com/html/python-net/convert-svg-to-...
  9. 如何使用 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/
  10. 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