Sort Score
Result 10 results
Languages All
Labels All
Results 8,191 - 8,200 of 215,957 for

new

(0.37 sec)
  1. Manage X-Dimension and Y-Dimension in PHP|Docum...

    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....Instantiate barcode object $bb = new BarCodeBuilder (); \ # Set up...type to Code128 $symbology = new Symbology (); $bb -> setSymbologyType...

    docs.aspose.com/barcode/java/manage-x-dimension...
  2. FieldOptions.PreProcessCulture | Aspose.Words f...

    Discover how FieldOptions PreProcessCulture enhances your data processing by customizing field value cultures for improved accuracy and efficiency.... Document doc = new Document ( MyDir + "Document...); DocumentBuilder builder = new DocumentBuilder ( doc ); // Set...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Recognition|Documentation

    Extracting text from images, web links, archives, and other content....files [ 0 ]; const reader = new FileReader (); reader . onload...function ( e ){ const fileData = new Uint8Array ( e . target . result...

    docs.aspose.com/ocr/javascript-cpp/recognition/
  4. ShapeBase.IsSignatureLine | Aspose.Words for .NET

    Discover ShapeBase's IsSignatureLine property, which defines shapes as SignatureLines, enhancing document integrity and professional presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions options = new SignatureLineOptions { AllowComments...

    reference.aspose.com/words/net/aspose.words.dra...
  5. PreferredWidth.Auto | Aspose.Words for .NET

    Discover the PreferredWidth Auto field, which efficiently handles unspecified width values for optimal layout customization in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."PreferredWidth" property creates a new object. Assert . That ( builder...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Document.RemovePersonalInformation | Aspose.Wor...

    Ensure privacy with the Document RemovePersonalInformation feature in Word, automatically deleting user data from comments and properties upon saving....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...RemovePersonalInform.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldUserAddress.UserAddress | Aspose.Words for...

    Manage user postal addresses effortlessly with the FieldUserAddress property. Easily retrieve and update current user information for enhanced experience.... Document doc = new Document (); // Create a UserInformation...UserInformation userInformation = new UserInformation (); userInformation...

    reference.aspose.com/words/net/aspose.words.fie...
  8. TxtListIndentation.Count | Aspose.Words for .NET

    Discover the TxtListIndentation Count property to customize list indentation levels. Set your desired character count for enhanced readability!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...TxtSaveOptions txtSaveOptions = new TxtSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 使用 JavaScript 通过 C++ 使用 ImageOrPrint 选项将工作表转换为图...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表转换为图片文件,并应用各种图片和打印选项。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Print options const options = new ImageOrPrintOptions (); // Set...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. Document signing with certificate and timestamp...

    Hi. I’m trying to sign a document (totally empty - Empty.pdf (3.7 KB) ) using a timestamp. This is the code used. It’s almost identical to the example from your docs: using (Document document = New Document(<empty.pd…...docs: using (Document document = new Document(<empty.pdf>)) { using...signature = new PdfFileSignature(document)) { PKCS7 pkcs = new PKCS7(<cert...

    forum.aspose.com/t/document-signing-with-certif...