Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 72,580 for

ios

(0.86 sec)
  1. Configuración del entorno – Environment Configu...

    Aprenda a crear diferentes configuraciones de entorno donde se ejecuta la aplicación – use Sandboxing, Runtime Service, Network Service, etc.... io . FileWriter fileWriter = new java. io . FileWriter...try (java. io . FileWriter fileWriter = new java. io . FileWriter...

    docs.aspose.com/html/es/java/environment-config...
  2. Merging PDF with XFDF not working - Free Suppor...

    Hi, I'm testing the Aspose PDF library and I'm trying to merge a PDF file with an XFDF file (xfdf includes INK Annotations). Test code (see below) runs without any problems but the output pdf file does not include the …...IO.FileStream(xfdf, System.IO.FileMode.Open, System.IO.FileAccess...

    forum.aspose.com/t/merging-pdf-with-xfdf-not-wo...
  3. Aspose.PDF for C++를 사용하여 이미지 및 서명 정보 추출|Aspose....

    서명 필드에서 이미지를 추출하고 C++의 SignatureField 클래스를 사용하여 서명 정보를 추출할 수 있습니다....nullptr ) { auto output = System :: IO :: File :: OpenWrite ( _dataDir...Close (); } } } catch ( System :: IO :: IOException e ) { Console...

    docs.aspose.com/pdf/ko/cpp/extract-image-and-si...
  4. 使用 Aspose.PDF for C++ 提取图像和签名信息|Aspose.PDF for C++

    您可以使用 C++ 的 SignatureField 类从签名字段中提取图像和签名信息。...nullptr) { auto output = System::IO::File::OpenWrite(_dataDir + u"im"...output->Close(); } } } catch (System::IO::IOException e) { Console::W...

    docs.aspose.com/pdf/zh/cpp/extract-image-and-si...
  5. Arsip

    Arsip...io.OutputStream imageStream = new java.io.FileOutpu...keluaran java.io.OutputStream imageStream = new java.io.FileOutpu...

    blog.aspose.com/id/pdf/convert-pdf-to-png-jpeg-...
  6. Load a font from TTF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a TTF file.... IO ; Loading from the file using...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  7. Cargar una fuente desde un archivo TTF | C++

    Solución API de C++ para cargar fuentes desde un archivo TTF en su disco duro incluso si este archivo no es una fuente en sí.... IO ; Cargando desde el archivo usando...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/es/cpp/how-to-load-fonts/l...
  8. Архивы

    Архивы...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // Добавьте изображение...

    blog.aspose.com/ru/pdf/add-extract-remove-repla...
  9. Archiv

    Archiv...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // Přidejte obrázek...

    blog.aspose.com/cs/pdf/add-extract-remove-repla...
  10. دمج XPS في XPS و XPS إلى PDF | المحلول .NET

    NET API Solution لدمج ملفات XPS في بضعة أسطر من التعليمات البرمجية. احفظ النتيجة المجمعة كملفات XPS أو PDF. مثال على كود C# لدمج الوظائف....IO.Stream pdfStream = System.IO.File.Open(dataDir...pdf" , System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write))...

    products.aspose.com/page/ar/net/merge-xps-files/