MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address.
GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters:
Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...
This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d '{ "FileInfo": {...
GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered.
The following code sample shows how to render N consecutive pages of a document.
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...
When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML.
This option is supported when rendering to HTML only.
Following code sample demonstrates how to enable layered rendering....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...
This example demonstrates how to convert nsf storage into set of eml documents with load options.
There are steps that usage of GroupDocs.Conversion Cloud consists of:
Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details.
Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "sample..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'sample...
GroupDocs.Conversion Cloud REST API, 65'ten fazla belge biçiminin dönüştürülmesini destekler. Hızlı ve güvenilir bir şekilde yüksek kaliteli çıktı sağlar...Conversion Cloud REST API, JWT(JSON Web Token) kimlik doğrulamasını...
REST API를 사용하여 ODS를 Excel(XLSX)로 손쉽게 변환하는 방법을 알아보세요. 원활한 데이터 호환성을 위한 ODS에서 Excel로 변환의 이점을 살펴보세요.... 이 접근 방식의 첫 번째 단계는 JWT 액세스 토큰을 생성하는 것입니다. 그런 다음 다음 cURL...문서 이름으로, accessToken 을 개인화된 JWT 액세스 토큰으로 바꿔주세요. 생성된 Excel 파일을...
GroupDocs.Conversion Cloud SDK와 함께 C#을 사용하여 HTML을 PowerPoint 프레젠테이션으로 변환하는 방법을 알아보세요. PowerPoint에 HTML을 삽입하거나 C#에서 HTML을 PPT로 변환합니다.... 이 접근 방식의 첫 번째 단계는 JWT 액세스 토큰을 생성한 후 다음 cURL 명령을 실행하여...프레젠테이션의 이름으로, ‘accessToken’을 개인화된 JWT 액세스 토큰으로 바꾸세요. 결과 파워포인트를 로컬 드라이브에...