Develop powerful document rendering tools in PHP using REST APIs to accurately view business documents in all popular file formats.
Start Free TrialQuickly get started using GroupDocs.Viewer Cloud with the help of GroupDocs.Viewer Cloud SDK for PHP. The SDK is a modern, open-source PHP library that makes it easy to integrate GroupDocs.Viewer Cloud API in your own PHP applications. With the SDK, you can benefit from all the features of the API in a much easier and quicker manner. The SDK provides an abstraction over the “low-level” details of making requests and handling responses, for a simpler and more intuitive coding experience.
Check out GroupDocs.Viewer Cloud SDK for PHP at GitHub if you are looking for the source code to view file in the Cloud.
You can try GroupDocs.Viewer Low-Code PHP APIs without any limitations.
GroupDocs.Viewer Cloud, hizmeti kendi kendine barındırmak için kullanılabilen Docker görüntüsü olarak da mevcuttur. Veya şu anda REST API’lerimizi çalıştıran GroupDocs.Viewer Yüksek Kodlu API’lerini kullanarak kendi hizmetlerinizi oluşturabilirsiniz.
Render and display various document formats within PHP applications.
Tüm belgeler, belirli sayfalar veya özel sayfa aralıkları dahil olmak üzere birden fazla görüntüleme seçeneğinden birini seçin.
Belgeleri HTML, resim (JPEG, PNG, TIFF) veya PDF formatlarında görüntüleyin.
Easily incorporate document viewing capabilities into PHP applications.
Yakınlaştırma düzeyleri, döndürme ve metin seçimi gibi görüntüleyici ayarlarını özelleştirin.
Özellikler, sayfa sayısı ve dosya boyutu dahil olmak üzere belge meta verilerini çıkarın.
Add watermarks to documents and annotate them with text comments, highlights, and shapes.
Ensure secure communication between the PHP application and GroupDocs.Viewer Cloud API.
İşleme performansını optimize etmek için etkili bir önbelleğe alma mekanizması kullanın.
Benefit from the high availability and reliability of GroupDocs.Viewer Cloud for PHP.
Belgeleri Word’den PDF’e veya Excel’den HTML’e gibi farklı formatlara dönüştürün.
Hızlı bir genel bakış sağlamak için belge sayfaları için küçük resim görüntüleri oluşturun.
Daha ileri işleme veya analiz için belgelerden metin içeriğini çıkarın.
Print documents directly from your PHP application using GroupDocs.Viewer Cloud.
Yönlendirmeyi gerektiği gibi ayarlamak için belge sayfalarını döndürün.
Görüntülenen ayrıntı düzeyini kontrol etmek için belge sayfalarını yakınlaştırın veya uzaklaştırın.
Daha kolay gezinme ve okuma için büyük belgelere sayfalandırma uygulayın.
Sonraki/önceki düğmeleri veya sayfa açılır menüsü gibi sezgisel denetimleri kullanarak belge sayfalarında gezinin.
Duyarlı tasarımla farklı cihazlarda ve ekran boyutlarında kusursuz bir görüntüleme deneyimi sağlayın.
Protect documents with password encryption to restrict unauthorized access.
Chrome, Firefox, Safari ve Edge gibi popüler web tarayıcılarıyla uyumluluğu sağlayın.
Dropbox, Google Drive veya Amazon S3 gibi popüler dosya depolama hizmetleriyle bütünleşerek belgelere erişin ve bunları işleyin.
Perform full-text search within documents to quickly locate specific content.
Belirli belge sayfalarına atlamak için görsel gezinme yardımı olarak küçük resim resimlerini kullanın.
Belirli bölümleri veya sayfaları yer imlerine eklemek için belgeler içerisinde yer imleri oluşturun.
Update document metadata, such as title, author, or keywords.
Ayrı ayrı görüntü dosyaları olarak ayrı belge sayfalarını çıkarın.
Customize the appearance and behavior of document pagination controls.
Preload document pages in advance for smoother and faster navigation.
Customize the appearance and layout of document thumbnail images.
Configure printing options, such as page size, orientation, and number of copies.
Customize zoom levels and options for document viewing.
Extract individual images embedded within documents.
Customize security options, such as encryption algorithms or password complexity.
Provide different zooming modes, such as fit to width, fit to height, or actual size.
Customize printing options, such as headers, footers, or page numbering.
Extract individual pages or ranges of pages from a document.
Generate custom thumbnail images for specific document pages.
Preserve and navigate hyperlinks within documents.
Render document images with high quality and fidelity.
Provide a responsive user interface for document viewing on different devices.
Encrypt documents with passwords to protect sensitive information.
Control document access based on user roles and permissions.
View and render CAD drawings and models within documents.
Export document annotations and markups for further analysis or reporting.
Navigate through document pages using thumbnail images for quick navigation.
Provide different fit modes for document pages, such as fit to width or fit to height.
Add custom labels or captions to document pages for easy identification.
Enable users to add comments and engage in discussions within documents.
Preload document thumbnails in advance for faster thumbnail navigation.
Support custom fonts within documents for accurate rendering.
Optimize document viewing experience on mobile devices with responsive design.
Customize text search options, such as case sensitivity or search within specific fields.
Ayrı ayrı görüntü dosyaları olarak ayrı belge sayfalarını çıkarın.
Extract text content from documents while preserving formatting and styles.
Apply dynamic watermarks to documents with variables such as timestamps or user information.
Control the quality and compression settings for rendered document images.
Export document page thumbnails as separate image files.
Convert documents from one file format to another, such as Word to PDF or Excel to HTML.
Scale and rotate document images for better visualization and printing.
Compress document images to reduce file size while maintaining visual quality.
Control the resolution and DPI (dots per inch) of rendered document images.
Support various text encodings within documents, including Unicode or specific character sets.
Extract text content from documents while preserving layout and formatting information.
Customize the appearance and behavior of document pagination controls.
Extract document content as plain text for analysis or indexing purposes.
Adjust print scaling options for accurate and proportional document printing.
Encrypt document content to protect sensitive information.
Bulut tabanlı görüntüleyici API’si, performanstan ödün vermeden farklı belge biçimlerini görüntüleme yeteneğine sahiptir. API’nin özellikleri, yalnızca birkaç satır kodla SDK aracılığıyla kullanılabilir.
//Get your App SID, App Key and Storage Name at https://dashboard.groupdocs.cloud (free registration is required).
// Initializing and setting configuration
$configuration = new GroupDocs\Viewer\Configuration();
$configuration->setAppSid($AppSID);
$configuration->setAppKey($AppKey);
$configuration->setApiBaseUrl($ApiBaseURL);
$apiInstance = new GroupDocs\Viewer\ViewerApi($configuration);
$viewOptions = new GroupDocs\Viewer\Model\ViewOptions();
$fileInfo = new GroupDocs\Viewer\Model\FileInfo();
$fileInfo->setFilePath("viewerdocs\\document.docx");
$fileInfo->setPassword("password");
$fileInfo->setStorageName($StorageName);
$viewOptions->setFileInfo($fileInfo);
$request = new GroupDocs\Viewer\Model\Requests\CreateViewRequest($viewOptions);
$response = $apiInstance->createView($request);
Get started using GroupDocs.Viewer Cloud REST API with the GroupDocs.Viewer Cloud SDK for PHP. It facilitates the users and speeds up the development of applications written in PHP while taking care of low-level details of making requests and handling responses and lets the users focus on writing code specific to their particular project.
GroupDocs.Viewer Cloud SDK %100 test edilmiş ve kullanıma hazırdır. SDK açık kaynaklıdır ve bir MIT lisansına sahiptir. Bunu kullanabilir ve hatta tamamen ücretsiz olarak özelleştirebilirsiniz.