I am required to make changes to an existing PDF component. In doing so we are creating a new PDF in the File System with the same name as the exsting PDF and deleting the original PDF.Now the new PDF that is created after the update is required to be stored as a multimedia component. In Tridion we generally create multimedia components to store documents in the Tridion File System. Is there a way to do the reverse , that is, retrieve a PDF(document) from the Tridion File System and create a multimedia component out of it? If so, what API'S can be used to get it done? We are using SDL Tridion 2011 SP1 version.Please help..
How to retrieve a PDF(document) from the Tridion File System and create a multimedia component out of it
184 views Asked by tk2013 At
1
There are 1 answers
Related Questions in TRIDION-2011
- How can I check component/page is published to which target?
- Update preview is not working as expected - Tridion 2013sp1hr1
- I got a "a non-generated template is already present" error using TcmUploadAssembly
- Selenium Firefox Pop-up blocker leads to fail the test case execution
- What is Virtual Folder in Sdl tridion
- SDL Tridion 2011 content manager - date filter is missing on list view
- How to show content published from Tridion 2011 in separate .net application
- SDL Tridion Content Porter to Merge Content
- SOLR can do searching on Broker DB data only
- ASCX User control SDL Tridion 2011
- Tridion Broker: get keyword id from item_categories_and_keywords using API
- Obtaining component title from the Tridion broker
- How to publish dynamic components in SDL Deployer file system maintaining the folder structure as in CME?
- Migration : if content migrated from tridion r5.XX to 2011?
- How can we provide the path for the image file in order to create the multimedia component in server?
Related Questions in TRIDION-CORE-SERVICES
- How to Read the Tridion Page URL from the publication using Core Services?
- Is there a function to get the unpublish info of a page in Tridion CoreService?
- How to recreate a WCF Service as Singleton instance with SimpleInjector (using Tridion)
- Preventing special characters in tridion component field and changes in schema
- How to start 2660 port in IIS for Tridion Core Service connection using netTcp
- Migration : if content migrated from tridion r5.XX to 2011?
- How can we provide the path for the image file in order to create the multimedia component in server?
- How to retrieve a PDF(document) from the Tridion File System and create a multimedia component out of it
- How to update a PDF without creating a new PDF?
- Error: Could not find default endpoint element that references contract
- Tridion Core Service Reference becomes unknown after I 'Update' the service reference in VS 2010
- How to get TCM URI of a category for KeywordFieldDefinitionData type fields?
- Error connecting Tridion with different user
- Getting error in Tridion while accessing core services
- Getting Access is denied for the user NT AUTHORITY\NETWORK SERVICE.while accessing coreservice Tridion
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I am not sure what you have tried or where you have looked, but take a look at this question/answer:
Create Multimedia component with Metadata fields.using core service
or
http://amarchuk.blogspot.com/2011/11/creating-multimedia-component-through.html