Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 149,229 for

text

(0.14 sec)
  1. Aspose.Pdf.Document .ctor throws GifImageExcept...

    Hi, The following C# code snippet results in the following exception when calling the Aspose.Pdf.Document constructur: Image loading failed. Inner exception: GIF frame pixel processing is impossible, because it does n…...target="_blank"><b><span style="color:gray;text-decoration:none">nikolai.ketterer@holidu...target="_blank"><b><span style="color:gray;text-decoration:none">holidu-hos...

    forum.aspose.com/t/aspose-pdf-document-ctor-thr...
  2. Example of Hello World using Go language|Aspose...

    This sample demonstrates how to create a simple PDF document with Text Hello World using Aspose.PDF for Go....PDF document containing the text “Hello World!” After installing...PageSetSize . Add “Hello World!” text to the first page using PageAddText...

    docs.aspose.com/pdf/go-cpp/hello-world-example/
  3. 使用 PHP 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加文本...getPages () -> add (); // create text fragment $textFragment = new...Position ( 80 , 700 )); // // set text properties $fontRepository =...

    products.aspose.com/pdf/zh-hant/php-java/text/
  4. Setting Metadata | JavaScript

    Easy-to-use JavaScript library for font manipulation from Aspose.Font. Learn how to set font metadata information.... And the last parameter text is used to set string data for...value, defined by parameter text . Examples of setting metadata...

    docs.aspose.com/font/javascript-cpp/metadata-in...
  5. Apply Styles to Ranges in Workbooks|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....horizontal alignment of the text in the "A1" cell style . HorizontalAlignment...Setting the font color of the text in the "A1" cell style . Font...

    docs.aspose.com/cells/net/apply-styles-to-range...
  6. 在工作簿中应用样式|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....horizontal alignment of the text in the "A1" cell style . HorizontalAlignment...//Setting the font color of the text in the "A1" cell style . Font...

    docs.aspose.com/cells/zh/net/apply-styles-to-ra...
  7. JoinRunsOptions Class | Aspose.Words for .NET

    Configure run-merging behavior in Aspose.Words. Control how document runs with similar formatting are combined for cleaner, optimized Word documents.... Text , Is . EqualTo ( "Hello " ));...FirstParagraph . Runs [ 1 ]. Text , Is . EqualTo ( "world" ));...

    reference.aspose.com/words/net/aspose.words/joi...
  8. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Java library.... Center ); // Add text fragment to paragraphs collection...add ( new TextFragment ( "main text" )); // Set border for FloatingBox...

    docs.aspose.com/pdf/java/image-stamps-in-pdf-page/
  9. CustomXmlPartCollection class | Aspose.Words fo...

    Aspose.Words.Markup.CustomXmlPartCollection class. Represents a collection of Custom XML Parts...xmlPartContent = "<root><text>Hello world!</text></root>" ; let xmlPart...setMapping ( xmlPart , "/root[1]/text[1]" , '' ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract tabular from PDF using Aspose.PDF for Python... text . TableAbsorber () absorber...: row_text = [] for cell in row . cell_list : cell_text = [] for...

    docs.aspose.com/pdf/python-net/extract-data-fro...