Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 10,470 for

formatting

(0.07 sec)
  1. Extrahujte stránky ze souboru PDF Online v Pythonu

    Extrahujte jednu stránku z PDF nebo extrahujte všechny stránky ze souboru PDF online a snadno. Tento článek je o tom, jak extrahovat stránky ze souboru PDF online v Pythonu...format(e.message)) Stáhněte si extrahovaný...print("Exception while calling API: {0}".format(e.message)) Online extraktor...

    blog.groupdocs.cloud/cs/merger/extract-pages-fr...
  2. Převést JPG do Wordu v Pythonu

    Převod JPG do Wordu změní každý obrázek na upravitelný dokument Word během několika sekund. Tento článek je o tom, jak převést JPG na Word v Pythonu....format = "docx" # Možnosti převodu..."python-testing/sample-file.jpg" settings.format = "docx" # výstup jako dokument...

    blog.groupdocs.cloud/cs/conversion/convert-jpg-...
  3. جاوا: تبدیل MPP به PDF | مبدل MPP به PDF در جاوا

    یاد بگیرید چگونه MPP را به PDF با استفاده از Java REST API تبدیل کنید. به اشتراک گذاری پروژه را ساده کنید، دسترسی را بهبود بخشید و سازگاری با فرمت PDF جهانی را تضمین کنید....\"FilePath\": \"{sourceMPP}\", \"Format\": \"pdf\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"pdf\"}" \ -o "MyConverted...

    blog.groupdocs.cloud/fa/conversion/convert-mpp-...
  4. Analisis Teks atau Dokumen menggunakan REST API...

    Secara terprogram Lakukan Analisis Sentimen terhadap Dokumen Anda dan Teks Mentah apa pun menggunakan REST API di C# dengan GroupDocs.Classification untuk .NET SDK....mengklasifikasikan dokumen dari format file yang didukung seperti...some of the most popular file formats in business, " + "including...

    blog.groupdocs.cloud/id/classification/sentimen...
  5. Converter PDF em documento editável do Word usa...

    Você pode converter PDF para Word DOCX em Ruby na nuvem. Neste artigo, aprenderemos como converter PDF em documento editável do Word usando a API Ruby Cloud....format = "docx" @loadOptions = Gr..."conversion/four-pages.pdf" @settings.format = "docx" loadOptions = Gro...

    blog.groupdocs.cloud/pt/conversion/convert-pdf-...
  6. Converta HTML para PDF usando API REST em Ruby

    Converta instantaneamente arquivos HTML para o formato PDF com o conversor online gratuito. Este artigo é sobre como converter HTML em PDF usando a API REST em Ruby....format = "pdf" loadOptions = Grou..."html-to-pdf/two-pages.html" settings.format = "pdf" loadOptions = Grou...

    blog.groupdocs.cloud/pt/conversion/convert-html...
  7. Converti PDF in documento Word modificabile uti...

    Puoi convertire PDF in Word DOCX in Ruby sul cloud. In questo articolo impareremo come convertire un PDF in un documento Word modificabile utilizzando l'API Ruby Cloud....format = "docx" @loadOptions = Gr..."conversion/four-pages.pdf" @settings.format = "docx" loadOptions = Gro...

    blog.groupdocs.cloud/it/conversion/convert-pdf-...
  8. แปลงข้อความเป็น HTML และ HTML เป็นข้อความใน Python

    API การแปลงไฟล์ GroupDocs ช่วยให้คุณแปลงไฟล์เป็นรูปแบบใดก็ได้ทางออนไลน์ บทความนี้แสดงวิธีการแปลง Text เป็น HTML และ HTML เป็น Text ใน Python...format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/th/conversion/convert-text...
  9. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  10. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.msg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/rename-email-fields/