Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 5,411 for

form fields

(0.07 sec)
  1. FieldSymbol.IsUnicode | Aspose.Words for .NET

    Discover the Fieldsymbol IsUnicode property to easily manage character codes as Unicode values, enhancing your coding efficiency and accuracy....Shows how to use the SYMBOL field. Document doc = new Document...three ways to use a SYMBOL field to display a single character...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldSymbol.CharacterCode | Aspose.Words for .NET

    Discover the Fieldsymbol CharacterCode property, easily retrieve or set character code values in decimal or hexadecimal for seamless data management....Shows how to use the SYMBOL field. Document doc = new Document...three ways to use a SYMBOL field to display a single character...

    reference.aspose.com/words/net/aspose.words.fie...
  3. 在 C# 中优化、压缩或减少 PDF 大小|Aspose.PDF for .NET

    使用 C# 优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,删除未使用的对象。...GetDataDir_AsposePdf_Forms (); // Load source PDF form using ( var document...{ // Flatten Forms if ( document . Form . Fields . Lenght > 0...

    docs.aspose.com/pdf/zh/net/optimize-pdf/
  4. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    Discover the DocumentVisitor VisitRowEnd method, essential for managing table row enumeration in your applications. Enhance your coding efficiency today!... /// Creates a map in the form of a string of all encountered...// Below are three types of fields which can accept a document...

    reference.aspose.com/words/net/aspose.words/doc...
  5. SwissQRBill|Aspose.BarCode for Python via .NET ...

    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....(corresponding to ISR reference form) or a valid creditor reference...omitted, both setting this field to unstructured_message Gets...

    docs.aspose.com/barcode/python-net/api-referenc...
  6. FieldSymbol.IsShiftJis | Aspose.Words for .NET

    Discover the Fieldsymbol IsShiftJis property—easily manage SHIFTJIS character codes for enhanced data handling and seamless character interpretation....Shows how to use the SYMBOL field. Document doc = new Document...three ways to use a SYMBOL field to display a single character...

    reference.aspose.com/words/net/aspose.words.fie...
  7. IMailMergeDataSource | Aspose.Words for Java

    Implement this interface to allow mail merge from a custom data source such as a list of objects in Java....Object@) for every merge field it encounters in the document...merge with a data source in the form of a custom object. public void...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PDF for Java

    This API allows you to do all kinds of operations on PDF files including creating, editing and converting etc. in Java applications....to PDF in Java How to Fill Up Form in PDF in Java How to Delete...in Java How to Add Editable Field to PDF in Java «« « 1 2 3 4...

    kb.aspose.com/pdf/java/page/3/
  9. Security Setting|Aspose.PDF for Reporting Services

    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....most important issue in every field, be it the protection of a network...document printing or allow/disable form filling. These features are...

    docs.aspose.com/pdf/reportingservices/security-...
  10. Change a field name - Free Support Forum - aspo...

    Try to change the name of a Form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...Change a field name Aspose.PDF Product Family ecymerman April...Try to change the name of a form field. Used this code: var pdf=new...

    forum.aspose.com/t/change-a-field-name/312114