Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 223,108 for

new

(0.38 sec)
  1. Փոխարկել Պատկեր DOC Javascript

    Փոխարկեք Պատկեր ը DOC ձևաչափի JavaScript կոդով: Պահեք Պատկեր որպես DOC օգտագործելով JavaScript:...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/hy/nodejs-net/convers...
  2. AttachSignature x509cert overload limits? - Fre...

    Hello, If we use this overload: AttachSignature(MapiMessage, X509Certificate2, SignatureOptions) To avoid loading certificate into the cms signer, how to set: CmsSigner > DigestAlgorithm IncludeOption and SignedAtt…...Add:New Pkcs9SigningTime Thanks Professionalize...Control): var certificate = new X509Certificate2("path_to_cert...

    forum.aspose.com/t/attachsignature-x509cert-ove...
  3. Configure Fallback Font Collections in Java|Asp...

    Set up a fallback fonts collection in Aspose.Slides for Java to keep text consistent and crisp in PowerPoint and OpenDocument presentations....presentation: Presentation pres = new Presentation (); try { IFontFallBackRulesCo...userRulesList = new FontFallBackRulesCol (); userRulesList . add ( new FontFallBackRule...

    docs.aspose.com/slides/java/create-fallback-fon...
  4. text|Documentation

    Text element is used to add one or more lines of text to the form.... New lines following ?text= declaration...attribute must be placed on a new line immediately after the opening...

    docs.aspose.com/omr/net/txt-markup/text/
  5. Create bitmap from scratch or load from file us...

    Create image bitmap from scratch or load from file using Java API.... Create New Bitmap in Java Creating a new image from scratch...demonstrates how to create a new bitmap and draw an Arc on it:...

    docs.aspose.com/drawing/java/create-image-bitmap/
  6. Შეკუმშოს DOC Javascript

    შეკუმშოს DOC JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ); doc...require('@aspose/words'); var doc = new aw.Document("Input.doc"); doc...

    products.aspose.com/words/ka/nodejs-net/compres...
  7. Შეკუმშოს HTML Javascript

    შეკუმშოს HTML JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....'@aspose/words' ); var doc = new aw.Document( "Input.html" );...require('@aspose/words'); var doc = new aw.Document("Input.html"); doc...

    products.aspose.com/words/ka/nodejs-net/compres...
  8. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...to image Presentation pres = new Presentation (); try { pres ...getSlides (). addFromHtml ( new StreamReader ( "file1.html" ));...

    products.aspose.com/slides/java/merger/html-to-...
  9. StructuredDocumentTag.DateStorageFormat | Aspos...

    Discover the StructuredDocumentTag DateStorageFormat property to easily manage date formats in XML-bound SDTs, enhancing your document's data organization.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  10. PDF to EPUB Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one EPUB single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to EPUB document In loop: add PDF file to new page...

    products.aspose.com/pdf/java/merger/pdf-to-epub/