Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 60,933 for

path

(0.16 sec)
  1. FileFontSource | Aspose.Words for Java

    Represents the single TrueType font file stored in the file system in Java.... getFilePath() Path to the font file. getFontDataInternal()...Description filePath java.lang.String Path to font file. FileFontSource(String...

    reference.aspose.com/words/java/com.aspose.word...
  2. 在 PostScript 中使用透明度 | .NET

    Aspose.Page API 解决方案解答了如何在 PS 文件中添加透明度的问题。了解如何在 .NET 中使用该功能...GraphicsPath path = new GraphicsPath(); 17 path. AddRectangle...(gradientBrush); 27 document. Fill (path); 28 ////////// 29 30 offsetX...

    docs.aspose.com/page/zh/net/ps/working-with-tra...
  3. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。...void AddTextStamp () { // The path to the documents directory var...DefineAlignmentForTe () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  4. 在 XPS 文件中使用透明度 | Java

    Aspose.Page API 解决方案解答了如何处理 XPS 文件的透明度问题。了解如何在 Java 中使用该功能...128,128))); 11 12 // Create path with closed rectangle geometry...masked by ImageBrush 11 XpsPath path = canvas. addPath (doc. createPathGeometry...

    docs.aspose.com/page/zh/java/xps/working-with-t...
  5. Display text on an existing image | .NET API So...

    .NET C# API Solution to manage fonts. Learn how to add the text to images with Aspose.Font for .NET....== null ) continue ; // The path that accepts drawing instructions...instructions GraphicsPath path = new GraphicsPath(); // Create the...

    products.aspose.com/font/net/add-text-to-image/
  6. Read PST Files and Retrieve Information|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.... Retrieve Subfolder by Path The FolderInfo.GetSubFolder(string...name should be treated as a path if it contains backslashes....

    docs.aspose.com/email/net/read-pst-files-and-re...
  7. Optional Hyphen - Free Support Forum - aspose.com

    Hi, I have a document, which is produced by OCR software and which contains quite a lot of optional hyphen characters (decimal 31). How can I programmatically replace all occurrences of this character with a regular hy…...Document doc = new Document("path/to/your/document.docx"); //...modified document doc.Save("path/to/your/modified_document.docx");...

    forum.aspose.com/t/optional-hyphen/316920
  8. Add Bookmark to PDF using C# | Aspose.PDF

    Add bookmark to PDF programmatically with C# sample code using Aspose.PDF for .NET... Document ( Path . Combine ( dataDir , "AddBookmark...pdfOutline ); var outputFile = Path . Combine ( dataDir , "AddBookmark_out...

    products.aspose.com/pdf/net/bookmarks/
  9. Convert SVG to XPS – C# Examples

    You will learn how to convert SVG to XPS programmatically or online and consider C# examples of SVG to XPS conversions using Aspose.SVG....(SVGDocument document = new SVGDocument(Path. Combine (DataDir, "owl.svg"...ConvertSVG (document, saveOptions, Path. Combine (OutputDir, "owl_out...

    docs.aspose.com/svg/net/convert-svg-to-xps/
  10. Extract text from PDF in C# | Aspose.PDF

    C# source code to extract text from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Output file: var inputFile = Path . Combine ( dataDir , "ExtractTextAll..."ExtractTextAll.pdf" ); var outputFile = Path . Combine ( dataDir , "ExtractedText...

    products.aspose.com/pdf/net/parser/text/