Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 223,622 for

new

(1.05 sec)
  1. Comment.RemoveAllReplies | Aspose.Words for .NET

    Effortlessly clear all replies to your comment with the RemoveAllReplies method, ensuring a clutter-free discussion and enhanced user experience....Document doc = new Document (); Comment comment = new Comment ( doc... "J.B." , DateTime . Now , "New reply" ); comment . AddReply...

    reference.aspose.com/words/net/aspose.words/com...
  2. Metered.GetConsumptionQuantity | Aspose.Words f...

    Discover the Metered GetConsumptionQuantity method to efficiently retrieve file size data and optimize your resource management. Enhance your data insights!... // Create a new Metered license, and then print...statistics. Metered metered = new Metered (); metered . SetMeteredKey...

    reference.aspose.com/words/net/aspose.words/met...
  3. How to use Aspose.CAD in JavaScript|CAD Documen...

    use Aspose.CAD in JavaScript...., function() { var reader = new FileReader(); reader.onload =...arrayBuffer = this.result; var array = new Uint8Array(arrayBuffer); //GET_FILE_FORMAT...

    docs.aspose.com/cad/javascript-net/showcases/ho...
  4. Add PDF Page Stamp to PDF|Aspose.PDF for PHP vi...

    Add a Page stamp to a PDF file using the PdfPageStamp class with PHP....$document = new Document ( $inputFile ); $bluePageStamp = new PdfPageStamp...setBackground ( true ); $plumPageStamp = new PdfPageStamp ( $inputPageFile...

    docs.aspose.com/pdf/php-java/page-stamps-in-the...
  5. Manage VBA Projects in Presentations Using PHP|...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for PHP via Java to streamline your workflow....VbaProject constructor to add a new VBA project. Add a module to...class $pres = new Presentation (); try { # Creates a new VBA Project...

    docs.aspose.com/slides/php-java/presentation-vi...
  6. Aspose.Pdf.Document Encrypt - Free Support Foru...

    Hello I am using Aspose.PDF.dll version 23.6.0.0, on VS Studio 2022 (17.14.23) on Windows 11. The project is .NET 9.0 WinForms. With the attached PDF document when trying to set the User and Owner password and encrypt …...License licPdf = new Aspose.Pdf.License(); licPdf...Aspose.Font.License licFont = new Aspose.Font.License(); licFont...

    forum.aspose.com/t/aspose-pdf-document-encrypt/...
  7. Manipulate Page Properties|Aspose.PDF for .NET

    This section explains how to manipulate Page Properties with Aspose.PDF Facades using PdfPageEditor Class....document using ( var pageEditor = new Aspose . Pdf . Facades . PdfPageEditor...document using ( var pageEditor = new Aspose . Pdf . Facades . PdfPageEditor...

    docs.aspose.com/pdf/net/manipulate-page-propert...
  8. Create User-defined Cell in the ShapeSheet in P...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Initialize user object $user = new User (); $user -> setName ( "UserDefineCell"...

    docs.aspose.com/diagram/java/create-user-define...
  9. Assign and Validate Digital Signatures with Jav...

    Excel file digital signature and verification using Aspose.Cells for JavaScript via C++. Protect the authenticity of workbook content with digital signatures....arrayBuffer (); const pfxBytes = new Uint8Array ( pfxArrayBuffer );...signatures needed to sign const dsc = new DigitalSignatureColl (); // Cert...

    docs.aspose.com/cells/javascript-cpp/assign-and...
  10. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = New aw.Document(letterHeadpath); const contentDoc = New aw.Document(docPath); const headDocParagraphs = headDoc.sections…...outDir, logger) { const headDoc = new aw.Document(letterHeadpath);... const contentDoc = new aw.Document(docPath); const headDocParagraphs...

    forum.aspose.com/t/tables-colliding-on-docx-to-...