Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 400,667 for

document

(0.26 sec)
  1. How to Serialize Input Value in C# – Aspose.HTM...

    Learn and get a step-by-step guide on how to serialize input values in HTML forms or Input fields using the Aspose.HTML for .NET library....necessary to save an HTML document with input form fields filled...this ability. If the HTML document has input fields filled in...

    docs.aspose.com/html/net/how-to-serialize-input...
  2. Fonts not loading in linux based Container - Fr...

    Following Specify TrueType Fonts Location in C#|Aspose.Words for .NET , I’m trying to load custom fonts in Linux based container. I modified my code to include both System and Custom Fonts from Resources folder. var f…...fontSettings }; var document = new Aspose.Words.Document(documentData...tried to Generate a Document, my final document didn’t had the fonts...

    forum.aspose.com/t/fonts-not-loading-in-linux-b...
  3. SignOptions.providerId property | Aspose.Words ...

    SignOptions.providerId property. Specifies the class ID of the signature provider...should be obtained from the documentation shipped with the provider...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SignatureLine.providerId property | Aspose.Word...

    SignatureLine.providerId property. Gets or sets signature provider identifier for this signature line...should be obtained from the documentation shipped with the provider...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Track Conversion Progress of Excel to TIFF with...

    Learn how to track the conversion progress of Excel files to TIFF format using Aspose.Cells for C++....you might want to show the document conversion progress instead...Aspose.Cells supports tracking document conversion progress by providing...

    docs.aspose.com/cells/cpp/track-conversion-prog...
  6. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...the Programming with Documents documentation article. Remarks All...All text of the document is stored in runs of text. Run can only...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Create or Add Table In PDF|Aspose.PDF for C++

    Aspose.PDF for C++ is a library used to create, read, and edit PDF Tables. Using this library, you can paginate a table on the PDF page using C++....important when working with PDF documents. They provide great features...systematic manner. Tables in a PDF document organize data in rows and...

    docs.aspose.com/pdf/cpp/add-table-in-existing-p...
  8. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...List<Node>> GetFootersWithNodes(Document doc, List<Node> nodes) { var...To find specific text in a document and collect nodes along with...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  9. FontFallbackSettings.LoadNotoFallbackSettings |...

    Discover how to enhance your typography with the FontFallbackSettings LoadNotoFallbackSettings method, using Google Noto fonts for seamless text display....= "Noto Sans" ; Document doc = new Document (); doc . FontSettings...fallback font settings. Document doc = new Document (); FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  10. 修改PDF文件中的注释(facades)|Aspose.PDF for Java

    本节说明如何使用Aspose.PDF Facades将PDF文件中的注释修改为XFDF。...ModifyAnnotations () { Document document = new Document ( _dataDir + "sample_cats_dogs...annotationEditor . bindPdf ( document ); // 创建一个新的注释对象以修改注释属性 DefaultAppearance...

    docs.aspose.com/pdf/zh/java/modify-annotations/