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 best solutions below
Related Questions in TRIDION-2011
- How to publish dynamic components in SDL Deployer file system maintaining the folder structure as in CME?
- Obtaining component title from the Tridion broker
- Deployed binaries getting locked during SDL Tridion 2011 SP1 publishing
- Tridion 2011 - Engine.GetObject overloads
- Whether Ribbon tool bar button will work in Home page tab of Tridion?
- Enabling Inline Editing for .Net Template Building Block in SDL Tridion 2011 Sp1
- How can I include sitemap breadcrumb in my Tridion page?
- Is it possible to remove the "Upload MM Component" button from the SDL Tridion 2011 Ribbon
- Issue in synchronization contacts from multiple websites
- How to get the complete set of Embedded field values in a popup window in the Tridion Web GUI?
- Looping through the multiple component links to get the schema name of the linked component in Dreamweaver TBB in SDL Tridion 2011
- How to know which object need to be used for particular method in Anguilla Project for Tridion 2011 sp1?
- Tridion 2011 SP1 : Issue while deploying the content
- Continuously Update Preview alert on SDL Tridion UI 2012
- TBBS required for Component Template and Page Template to implement SiteEdit for Component with component links
Related Questions in TRIDION-CORE-SERVICES
- How can we provide the path for the image file in order to create the multimedia component in server?
- Migration : if content migrated from tridion r5.XX to 2011?
- How to Read the Tridion Page URL from the publication using Core Services?
- How to recreate a WCF Service as Singleton instance with SimpleInjector (using Tridion)
- Getting Access is denied for the user NT AUTHORITY\NETWORK SERVICE.while accessing coreservice Tridion
- Error connecting Tridion with different user
- Getting error in Tridion while accessing core services
- How to get TCM URI of a category for KeywordFieldDefinitionData type fields?
- How to update a PDF without creating a new PDF?
- How to retrieve a PDF(document) from the Tridion File System and create a multimedia component out of it
- Is there a function to get the unpublish info of a page in Tridion CoreService?
- How to start 2660 port in IIS for Tridion Core Service connection using netTcp
- Tridion Core Service Reference becomes unknown after I 'Update' the service reference in VS 2010
- Error: Could not find default endpoint element that references contract
- Preventing special characters in tridion component field and changes in schema
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)
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?
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