Sort Score
Result 10 results
Languages All
Labels All
Results 8,821 - 8,830 of 8,946 for

document management

(0.11 sec)
  1. C# تعديل WORD مجاناً - WORD REST API

    تحرير WORD باستخدام .NET SDK. تحرير النص وتعديل الجداول وإضافة الصور في WORD باستخدام REST API....Document.Values.First(), "docx" );...ConvertDocumentReque(insertTable.Document.Values.First(), "docx" );...

    products.aspose.cloud/words/ar/net/edit/word/
  2. تبدیل EPUB به Word در C# .NET | تبدیل EPUB به DOCX

    چگونه کتاب‌های الکترونیکی EPUB را به اسناد قابل ویرایش Word (DOC, DOCX) با استفاده از C# .NET REST API تبدیل کنیم. یک مبدل قابل اعتماد EPUB به Word با SDK مبتنی بر ابر بسازید....Words-Cloud در NuGet Package Manager نصب کنید. سپس Client ID و Client...new ConvertDocumentReque { Document = sourceFile, Format = "DOCX"...

    blog.aspose.cloud/fa/words/epub-to-doc-using-cs...
  3. Adicionar Texto no Rodapé de PDF via Cloud Pyth...

    Insira rodapés de texto em PDFs com Python e Aspose.PDF Cloud SDK. Personalize os rodapés dinamicamente....) PDF_DOCUMENT_NAME = "sample.pdf" LOCAL_RESULT_DOCUMENT_NAME...pdfHederFooter : """Class for managing PDF headers and footers using...

    products.aspose.cloud/pdf/pt/python/footer/text/
  4. Agregar texto en el pie de página del PDF a tra...

    Inserte pies de página de texto en PDFs con Python y Aspose.PDF Cloud SDK. Personalice los pies de página dinámicamente....) PDF_DOCUMENT_NAME = "sample.pdf" LOCAL_RESULT_DOCUMENT_NAME...pdfHederFooter : """Class for managing PDF headers and footers using...

    products.aspose.cloud/pdf/es/python/footer/text/
  5. C# دمج WORD في ملف PDF REST API

    دمج WORD في PDF في C# باستخدام REST API. احفظ WORD كملف PDF باستخدام C#....WordsApi(config); using var document = File.OpenRead( "Input1.docx"...= new AppendDocumentOnline(document, documentList); await wordsApi...

    products.aspose.cloud/words/ar/net/merge/word-t...
  6. Online PPT to PPTX Conversion | Convert PPTX to...

    Our comprehensive guide to convert PPT to PPTX and vice versa using .NET REST API. Seamless conversion of PPTX to PPT and make your presentations compatible across different versions....interface and extensive documentation, making the conversion process...Slides-Cloud in NuGet packages manager inside Visual Studio IDE and...

    blog.aspose.cloud/slides/convert-ppt-to-pptx-wi...
  7. Cloud Node.js SDKを使用してAcroFormを作成する

    Aspose.PDF Cloud SDKを使用して、Node.jsアプリでPDFにフォームフィールドを追加します。インタラクティブフォームの作成を簡素化します。...NuGet × Open NuGet package manager, search for and install. You...following command from the Package Manager Console. Copied! PM> Install-Package...

    products.aspose.cloud/pdf/ja/nodejs/acroforms/add/
  8. 通过 C# 和 .NET SDK 构建 PDF 生成器和转换器应用程序

    增强您的 C#、ASP.NET 及其他 .NET 云应用程序,以创建、数字签名、拆分、合并和转换存储在云上的 PDF 文件...NuGet × Open NuGet package manager, search for and install. You...following command from the Package Manager Console. Copied! PM> Install-Package...

    products.aspose.cloud/pdf/zh/net/
  9. جعل HTML في C#

    جعل HTML باستخدام .NET SDK. يمكنك بسهولة إنشاء HTML فارغ في C# في بضع خطوات....NET' باستخدام NuGet package manager. ما عليك سوى تشغيل nuget install...أحدث الرجوع إلى Repository Documentation لمعرفة المزيد من التفاصيل...

    products.aspose.cloud/words/ar/net/make/html/
  10. WORD علامة مائية في C#

    أضف العلامة المائية إلى WORD في C#. قم أيضًا بإزالة العلامة المائية من WORD باستخدام .NET API....new InsertWatermarkOnlin( document: requestDocument, watermarkData:...ConvertDocumentReque( insertWatermarkResul.Document.Values.First(), "docx" );...

    products.aspose.cloud/words/ar/net/watermark/word/