Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 6,774 for

signature

(0.23 sec)
  1. إنشاء توقيع بريد إلكتروني لملفات MSG في .NET | ...

    تعلم كيفية إنشاء توقيعات بريد إلكتروني مخصصة برمجيًا في ملفات MSG باستخدام C#. سهل إدارة التواصل وتخصيصه....= null ) { // Create the signature HTML var signatureHtml = ...gineer</i>" ; // Add the signature at the end of the <body> tag...

    products.aspose.com/email/ar/net/create-email-s...
  2. Working With Text - Facades|Aspose.PDF for C++

    Simplify text manipulation in PDF files using text facades with Aspose.PDF for C++. Add, edit, and format text seamlessly....Working with Security and Signatures - Facades...

    docs.aspose.com/pdf/cpp/working-with-text-facades/
  3. Offentliga API ändringar i Aspose.Cells 8.3.2|D...

    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....2 ger stöd för Signature Line för att efterlikna MS...0 , "signature.jpg" ); //Access picture and add signature line...

    docs.aspose.com/cells/sv/java/public-api-change...
  4. Changements dans l API publique dans Aspose.Cel...

    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....en charge de la Ligne de Signature pour imiter la fonctionnalité...suivant ajoute une ligne de signature à l’aide de la propriété Picture...

    docs.aspose.com/cells/fr/java/public-api-change...
  5. Secure Presentations in Python|Aspose.Slides fo...

    Protect PowerPoint PPT, PPTX and ODP presentations in Python with Aspose.Slides—set passwords, apply encryption, enforce read-only, and remove protection with code....Contents [ Hide ] Add Digital Signatures to Presentations with Python...

    docs.aspose.com/slides/python-net/presentation-...
  6. Chercher

    chercher...tels que la création d’une signature numérique, la fusion de plusieurs...quelques exemples, tels que les signatures numériques, la plage de pages...

    blog.aspose.com/fr/words/load-pdf-to-modify-and...
  7. 이미지 및 서명 정보 추출|Aspose.PDF for .NET

    SignatureField 클래스를 사용하여 C#에서 서명 필드의 이미지를 추출하고 서명 정보를 추출할 수 있습니다....pdf" )) { // Searching for signature fields foreach ( var field...pdf" )) { // Searching for signature fields foreach ( var field...

    docs.aspose.com/pdf/ko/net/extract-image-and-si...
  8. Travailler avec les signets - Façades|Aspose.PD...

    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....Travailler avec la Sécurité et les Signatures - Façades...

    docs.aspose.com/pdf/fr/cpp/working-with-bookmar...
  9. 2024년의 새로운 기능|Aspose.PDF for .NET

    이 페이지는 2024년에 도입된 Aspose.PDF for .NET의 가장 인기 있는 새로운 기능을 소개합니다....PdfFileSignature object using ( var signature = new Aspose . Pdf . Facades...Sha512 ); // Sign PDF file signature . Sign ( 1 , true , new System...

    docs.aspose.com/pdf/ko/net/whatsnew/2024/
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_Signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_Signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath...outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli()...

    forum.aspose.com/t/pdf-base64image/315504