Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 33,730 for

saveoptions

(0.15 sec)
  1. 使用 PHP 将 PDF 文件转换为 EXCEL | Aspose.PDF

    PHP 上的 PDF 到 EXCEL 转换的示例代码。使用示例代码通过 Java 使用适用于 PHP 的 Aspose.PDF 进行批处理 PDF 到 EXCEL 的转换... $saveOption = new ExcelSaveOptions ();...ExcelSaveOptions_ExcelFormat (); $saveOption -> setFormat ( $excelSav...

    products.aspose.com/pdf/zh-hans/php-java/conver...
  2. PHP를 사용하여 PDF 파일을 EXCEL로 변환합니다 | Aspose.PDF

    PHP에서 PDF 에서 EXCEL 로의 변환을 위한 샘플 코드입니다.Java를 통해 PHP용 Aspose.PDF 파일을 사용하여 PDF 에서 EXCEL 로 일괄 변환하려면 예제 코드를 사용하세요.... $saveOption = new ExcelSaveOptions ();...ExcelSaveOptions_ExcelFormat (); $saveOption -> setFormat ( $excelSav...

    products.aspose.com/pdf/ko/php-java/conversion/...
  3. IResourceSavingCallback Interface | Aspose.Word...

    Controlla il risparmio di risorse di Aspose.Words con l'interfaccia IResourceSavingCallback. Gestisci immagini, font e CSS per documenti HTML o SVG ottimizzati....(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); Console . WriteLine (...

    reference.aspose.com/words/it/net/aspose.words....
  4. Konvertera EML till DOCM via C # | products.asp...

    Exempelkod för konvertering av EML till DOCM C #. Använd API-exempelkod för batch-EML-filer till DOCM-konvertering inom VB.NET, ASP.NET eller valt.NET-baserat program....Ställ in SaveOptions Anropa Spara-metoden med SaveOptions som parameter...

    products.aspose.com/email/sv/net/conversion/eml...
  5. تحميل وحفظ رسائل البريد الإلكتروني باستخدام Asp...

    تعلم كيفية تحميل وحفظ رسائل البريد الإلكتروني بصيغ EML وMSG وHTML وMHTML باستخدام Aspose.Email للـ C++.... يمكن للمطورين استخدام SaveOptions تسلسل الفئات لتحديد معلمات...باستخدام الخيار المناسب من SaveOptions فئة. حفظ كملف MHTML يوضح...

    docs.aspose.com/email/ar/cpp/load-and-save-emai...
  6. Archiwa

    Archiwa...ObjSaveOptions ObjSaveOptions saveOptions = new ObjSaveOptions(); //...scene.Save("Sample.obj", saveOptions); Uzyskaj bezpłatną tymczasową...

    blog.aspose.com/pl/3d/convert-usdz-obj-csharp/
  7. How to Convert EML to MSG using Java

    In this simple tutorial, we will learn how to convert EML to MSG using Java. You will learn that in order to convert EML to MSG in Java, simple API calls can be used. This example can be used in any of the commonly available operating system like Windows, macOS, or Linux that are configured with Java....either of SaveOptions.getDefaultMsg() and SaveOptions.getDefaultMsgUnicode()...

    kb.aspose.com/email/java/how-to-convert-eml-to-...
  8. How to Convert EML to MSG using C#

    In this easy tutorial, we will learn how to convert EML to MSG using C#. You will observe that in order to convert EML to MSG in C# based API can be used. This example can be used in any of the commonly available operating system like Windows, macOS, or Linux....using either of SaveOptions.DefaultMsg and SaveOptions.DefaultMsgUnicode...

    kb.aspose.com/email/net/how-to-convert-eml-to-m...
  9. DocumentBase.BackgroundShape | Aspose.Words per...

    Scopri la proprietà BackgroundShape di DocumentBase e personalizza facilmente la forma dello sfondo del tuo documento per un impatto visivo ancora maggiore. Sfrutta al massimo il tuo potenziale di design!... PdfSaveOptions saveOptions = new Aspose . Words . Saving...BackgroundShape.Image.pdf" , saveOptions ); Guarda anche class Shape...

    reference.aspose.com/words/it/net/aspose.words/...
  10. 档案

    档案...svg"); // 设置文本元素矢量化 var saveOptions = new SVGSaveOptions { VectorizeText...VectorizeText = true }; // 使用指定的 saveOptions 保存 SVG 文档 document.Save("Text_vectorized...

    blog.aspose.com/zh/svg/convert-text-to-vector/