Sort Score
Result 10 results
Languages All
Labels All
Results 5,751 - 5,760 of 214,361 for

new

(0.1 sec)
  1. Remove Header and Footer from Documents|Aspose....

    Remove headers or footers in a document easily and fast instead of using docx4j.... Java Document doc = new Document ( dataDir + "AsposeHeaderFooter...StringBuilder sb = new StringBuilder (); File dir = new File ( inputpath...

    docs.aspose.com/words/java/remove-header-and-fo...
  2. Control the Appearance of Code Text in PHP|Docu...

    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....set_appearance ( $dataDir = null ){ $bb = new BarCodeBuilder (); \ # Set up...up code text color $color = new Color (); $bb -> setCodeTextColor...

    docs.aspose.com/barcode/java/control-the-appear...
  3. Create PDF Forms using .NET | Aspose.PDF

    Create PDF forms and add fields programmatically with C# sample code using Aspose.PDF for .NET....pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); var textBoxField = new Aspose . Pdf . Forms . TextBoxField...

    products.aspose.com/pdf/net/acroforms/create/
  4. 使用Node.js通过C++在工作表中添加签名线|Documentation

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在工作表中添加签名线。...a Workbook object const wb = new AsposeCells . Workbook (); const...const signatureLine = new AsposeCells . SignatureLine (); signatureLine...

    docs.aspose.com/cells/zh/nodejs-cpp/add-signatu...
  5. SaveOptions.UpdateLastSavedTimeProperty | Aspos...

    Optimize your SaveOptions with the UpdateLastSavedTimeProperty. Control LastSavedTime updates for efficient data management and enhanced performance.... Document doc = new Document ( MyDir + "Document...LastSavedTime , Is . EqualTo ( new DateTime ( 2021 , 5 , 11 , 6...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...初始化文档对象 Document document = new Document (); Page page = document...getPages (). add (); Image image = new Image (); // 加载示例 BMP 图像文件 image...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  7. SignatureLine.IsValid | Aspose.Words for .NET

    Ensure your documents are secure with SignatureLine's IsValid property, confirming valid digital signatures for authenticity and trust....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words.dra...
  8. SignatureLineOptions.defaultInstructions proper...

    SignatureLineOptions.defaultInstructions property. Gets or sets a value indicating that default instructions is shown in the Sign dialog...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...Annotations: Load the PDF file - new Document . Create a Circle Annotation...Annotation and set Circle parameters (new Rectangle, title, color, InteriorColor...

    docs.aspose.com/pdf/cpp/figures-annotation/
  10. Converting a PS file to PDF using PHP | Aspose.PDF

    Sample code on PHP for PS to PDF conversion. Use example code for batch PS to PDF conversion with Aspose.PDF for PHP via Java... Create a new PsLoadOptions object Create a new Document object...Create a new PsLoadOptions object. $loadOption = new PsLoadOptions...

    products.aspose.com/pdf/php-java/conversion/ps-...